diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:41:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:12:49 +0000 |
commit | f307dcb16f217c9d9439cff9b9b4bf437a2b68a3 (patch) | |
tree | 353aed6fcebad72f3aec99030f46b075305fd893 /sys-auth/pam_ssh | |
parent | sys-auth/pam_mktemp: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-f307dcb16f217c9d9439cff9b9b4bf437a2b68a3.tar.gz gentoo-f307dcb16f217c9d9439cff9b9b4bf437a2b68a3.tar.bz2 gentoo-f307dcb16f217c9d9439cff9b9b4bf437a2b68a3.zip |
sys-auth/pam_ssh: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/pam_ssh')
-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 8902246102f6..de6d6ae8af09 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-2020 Gentoo Authors +# Copyright 1999-2021 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 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" # Only supports OpenSSH via `ssh-agent` #282993 DEPEND="sys-libs/pam |