diff options
author | 2025-01-12 13:01:50 +0000 | |
---|---|---|
committer | 2025-01-12 13:01:50 +0000 | |
commit | a17dba529f004b720c8ce2a568393bd6bc71163e (patch) | |
tree | 7bc669b03c878c12104c0b391a6f2cda93f3778a /net-libs | |
parent | dev-debug/strace: Stabilize 6.12 arm64, #947941 (diff) | |
download | gentoo-a17dba529f004b720c8ce2a568393bd6bc71163e.tar.gz gentoo-a17dba529f004b720c8ce2a568393bd6bc71163e.tar.bz2 gentoo-a17dba529f004b720c8ce2a568393bd6bc71163e.zip |
net-libs/libtirpc: Stabilize 1.3.6 x86, #947942
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtirpc/libtirpc-1.3.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libtirpc/libtirpc-1.3.6.ebuild b/net-libs/libtirpc/libtirpc-1.3.6.ebuild index 83d0f66abfba..7f0a5aa0df34 100644 --- a/net-libs/libtirpc/libtirpc-1.3.6.ebuild +++ b/net-libs/libtirpc/libtirpc-1.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="BSD BSD-2 BSD-4 LGPL-2.1+" SLOT="0/3" # subslot matches SONAME major -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="kerberos static-libs" RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )" |