diff options
author | Sam James <sam@gentoo.org> | 2024-05-25 04:54:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-25 04:54:38 +0100 |
commit | 3f63c5bd7c8fd39ff70ca518db4f4d6bdce625f6 (patch) | |
tree | d9d9f50fe890480f0f792dab58d9472058cc7c00 /net-dns | |
parent | net-dns/c-ares: Stabilize 1.28.1 arm64, #932672 (diff) | |
download | gentoo-3f63c5bd7c8fd39ff70ca518db4f4d6bdce625f6.tar.gz gentoo-3f63c5bd7c8fd39ff70ca518db4f4d6bdce625f6.tar.bz2 gentoo-3f63c5bd7c8fd39ff70ca518db4f4d6bdce625f6.zip |
net-dns/c-ares: Stabilize 1.28.1 ppc, #932672
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/c-ares/c-ares-1.28.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/c-ares/c-ares-1.28.1.ebuild b/net-dns/c-ares/c-ares-1.28.1.ebuild index e617ca75885c..9e02b20ed11d 100644 --- a/net-dns/c-ares/c-ares-1.28.1.ebuild +++ b/net-dns/c-ares/c-ares-1.28.1.ebuild @@ -17,7 +17,7 @@ SRC_URI=" LICENSE="MIT ISC" # Subslot = SONAME of libcares.so.2 SLOT="0/2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="static-libs test" RESTRICT="!test? ( test )" |