diff options
author | Sam James <sam@gentoo.org> | 2023-04-22 13:02:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-22 13:02:49 +0100 |
commit | 87da2072016f35bc7dbe26e2eacbcae7b4db8e09 (patch) | |
tree | 46bcc9ae90191a277f91f1d347741158cad607bc /net-dns | |
parent | dev-util/re2c: keyword ~arm64-macos (diff) | |
download | gentoo-87da2072016f35bc7dbe26e2eacbcae7b4db8e09.tar.gz gentoo-87da2072016f35bc7dbe26e2eacbcae7b4db8e09.tar.bz2 gentoo-87da2072016f35bc7dbe26e2eacbcae7b4db8e09.zip |
net-dns/c-ares: keyword ~arm64-macos
Bug: https://bugs.gentoo.org/904474
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/c-ares/c-ares-1.18.1.ebuild | 4 | ||||
-rw-r--r-- | net-dns/c-ares/c-ares-1.19.0.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/c-ares/c-ares-1.18.1.ebuild b/net-dns/c-ares/c-ares-1.18.1.ebuild index f20bde6fb3c5..bd7e4d17d15e 100644 --- a/net-dns/c-ares/c-ares-1.18.1.ebuild +++ b/net-dns/c-ares/c-ares-1.18.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://${PN}.haxx.se/download/${P}.tar.gz" # Subslot = SONAME of libcares.so.2 SLOT="0/2" LICENSE="MIT" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris ~x64-solaris ~x86-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 ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs test" RESTRICT="!test? ( test )" diff --git a/net-dns/c-ares/c-ares-1.19.0.ebuild b/net-dns/c-ares/c-ares-1.19.0.ebuild index 2a78ce3658c1..f7520a609b31 100644 --- a/net-dns/c-ares/c-ares-1.19.0.ebuild +++ b/net-dns/c-ares/c-ares-1.19.0.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="MIT" # 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 ~ppc-macos ~x64-macos ~sparc64-solaris ~x64-solaris ~x86-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 ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs test" RESTRICT="!test? ( test )" |