diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:43:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:13:48 +0000 |
commit | 7b167bc023d27af2479ba7169397ffb6842d2fdb (patch) | |
tree | 1a8a7455330c5d537fcbb124b051ef467145b96f /sys-libs/libcap | |
parent | sys-libs/gpm: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-7b167bc023d27af2479ba7169397ffb6842d2fdb.tar.gz gentoo-7b167bc023d27af2479ba7169397ffb6842d2fdb.tar.bz2 gentoo-7b167bc023d27af2479ba7169397ffb6842d2fdb.zip |
sys-libs/libcap: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libcap')
-rw-r--r-- | sys-libs/libcap/libcap-2.43.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libcap/libcap-2.43.ebuild b/sys-libs/libcap/libcap-2.43.ebuild index 1362bc3efe33..201a82584cd9 100644 --- a/sys-libs/libcap/libcap-2.43.ebuild +++ b/sys-libs/libcap/libcap-2.43.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 @@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/${P} # it's available under either of the licenses LICENSE="|| ( GPL-2 BSD )" 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" IUSE="pam static-libs" # While the build system optionally uses gperf, we don't DEPEND on it because |