diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:29:59 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:33:43 +0100 |
commit | e4ba8709a0e50805e71d54538710ef83b8a1d6ca (patch) | |
tree | 54fb652cd8954d73fa7c10798965751befeaa1af /dev-libs | |
parent | dev-libs/nss: drop x86-macos (diff) | |
download | gentoo-e4ba8709a0e50805e71d54538710ef83b8a1d6ca.tar.gz gentoo-e4ba8709a0e50805e71d54538710ef83b8a1d6ca.tar.bz2 gentoo-e4ba8709a0e50805e71d54538710ef83b8a1d6ca.zip |
dev-libs/ntl: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/ntl/ntl-11.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/ntl/ntl-11.4.3.ebuild b/dev-libs/ntl/ntl-11.4.3.ebuild index b30b4e2fe4ee..130a7bf8c352 100644 --- a/dev-libs/ntl/ntl-11.4.3.ebuild +++ b/dev-libs/ntl/ntl-11.4.3.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 @@ SRC_URI="https://www.shoup.net/ntl/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0/43" -KEYWORDS="amd64 ~arm64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="bindist doc static-libs threads cpu_flags_x86_avx2" BDEPEND="dev-lang/perl" |