Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtirpc/
Date: Sun, 25 Sep 2022 23:58:35
Message-Id: 1664150288.1910ac091db54cceb6cbff3da0e6c89bfbdf1001.sam@gentoo
1 commit: 1910ac091db54cceb6cbff3da0e6c89bfbdf1001
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 23:58:08 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 23:58:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1910ac09
7
8 net-libs/libtirpc: Stabilize 1.3.3 arm64, #872740
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/libtirpc/libtirpc-1.3.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/libtirpc/libtirpc-1.3.3.ebuild b/net-libs/libtirpc/libtirpc-1.3.3.ebuild
16 index 97d71e6e9593..ba194697d531 100644
17 --- a/net-libs/libtirpc/libtirpc-1.3.3.ebuild
18 +++ b/net-libs/libtirpc/libtirpc-1.3.3.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
20
21 LICENSE="BSD BSD-2 BSD-4 LGPL-2.1+"
22 SLOT="0/3" # subslot matches SONAME major
23 -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
25 IUSE="ipv6 kerberos static-libs"
26
27 RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"