diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:38:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:10:47 +0000 |
commit | ae10c45e29a17cd1f1a249f20d13c6e583980841 (patch) | |
tree | 1dc78715258d9a114317053cee41edba16e3264b /net-libs | |
parent | net-libs/libssh2: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-ae10c45e29a17cd1f1a249f20d13c6e583980841.tar.gz gentoo-ae10c45e29a17cd1f1a249f20d13c6e583980841.tar.bz2 gentoo-ae10c45e29a17cd1f1a249f20d13c6e583980841.zip |
net-libs/libtirpc: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtirpc/libtirpc-1.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libtirpc/libtirpc-1.2.6.ebuild b/net-libs/libtirpc/libtirpc-1.2.6.ebuild index a4c292c39f1b..c257e2ba3a0c 100644 --- a/net-libs/libtirpc/libtirpc-1.2.6.ebuild +++ b/net-libs/libtirpc/libtirpc-1.2.6.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="mirror://sourceforge/${PN}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0/3" # subslot matches SONAME major -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="ipv6 kerberos static-libs" RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )" |