diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-12-03 01:44:10 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-12-03 02:36:00 +0800 |
commit | 96d0a134b015b2ce769bc72b03a39443c7ad2876 (patch) | |
tree | 56ed013a8cae85e8a36fb1b925d5bc9666a13794 /sys-auth | |
parent | sys-auth/pam_mktemp: keyword 1.1.1 for ~loong (diff) | |
download | gentoo-96d0a134b015b2ce769bc72b03a39443c7ad2876.tar.gz gentoo-96d0a134b015b2ce769bc72b03a39443c7ad2876.tar.bz2 gentoo-96d0a134b015b2ce769bc72b03a39443c7ad2876.zip |
sys-auth/pam_ssh: keyword 2.3 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_ssh/pam_ssh-2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/pam_ssh/pam_ssh-2.3.ebuild b/sys-auth/pam_ssh/pam_ssh-2.3.ebuild index de6d6ae8af09..8279f8738cc1 100644 --- a/sys-auth/pam_ssh/pam_ssh-2.3.ebuild +++ b/sys-auth/pam_ssh/pam_ssh-2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pam-ssh/${P}.tar.xz" LICENSE="BSD-2 BSD ISC" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" # Only supports OpenSSH via `ssh-agent` #282993 DEPEND="sys-libs/pam |