diff options
author | 2021-01-06 15:35:56 +0100 | |
---|---|---|
committer | 2021-01-06 15:35:56 +0100 | |
commit | 71fb4d498d513eacdd26ec451cc96a49301dcf1e (patch) | |
tree | 4e94478ecdbd8967090ef26869e3398a400a7023 /net-dns | |
parent | net-analyzer/rrdtool: drop x86-macos (diff) | |
download | gentoo-71fb4d498d513eacdd26ec451cc96a49301dcf1e.tar.gz gentoo-71fb4d498d513eacdd26ec451cc96a49301dcf1e.tar.bz2 gentoo-71fb4d498d513eacdd26ec451cc96a49301dcf1e.zip |
net-dns/c-ares: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/c-ares/c-ares-1.17.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/c-ares/c-ares-1.17.1.ebuild b/net-dns/c-ares/c-ares-1.17.1.ebuild index 25041cd6d09c..4d7c73e9bc7a 100644 --- a/net-dns/c-ares/c-ares-1.17.1.ebuild +++ b/net-dns/c-ares/c-ares-1.17.1.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 @@ -10,7 +10,7 @@ HOMEPAGE="https://c-ares.haxx.se/" SRC_URI="https://${PN}.haxx.se/download/${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris" IUSE="static-libs" # Subslot = SONAME of libcares.so.2 |