diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:41:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:12:48 +0000 |
commit | 1148feace0f1eaf4d0ee6c60f332fe34eb903389 (patch) | |
tree | d3d3210da3c2001e929041cc79fd6156677c6e5b /sys-auth | |
parent | sys-apps/xinetd: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-1148feace0f1eaf4d0ee6c60f332fe34eb903389.tar.gz gentoo-1148feace0f1eaf4d0ee6c60f332fe34eb903389.tar.bz2 gentoo-1148feace0f1eaf4d0ee6c60f332fe34eb903389.zip |
sys-auth/pam_mktemp: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_mktemp/pam_mktemp-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/pam_mktemp/pam_mktemp-1.1.1.ebuild b/sys-auth/pam_mktemp/pam_mktemp-1.1.1.ebuild index ce7ec276c563..a0e3397d02c6 100644 --- a/sys-auth/pam_mktemp/pam_mktemp-1.1.1.ebuild +++ b/sys-auth/pam_mktemp/pam_mktemp-1.1.1.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="http://www.openwall.com/pam/modules/${PN}/${P}.tar.gz" LICENSE="BSD-2" # LICENSE file says "heavily cut-down 'BSD license'" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="selinux +prevent-removal" RDEPEND="sys-libs/pam |