diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:15:00 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:15:00 +0100 |
commit | e01281320eb76887b1791a1bdd4776dcfb6a2cd8 (patch) | |
tree | 72d6f4d39e396d00d5921249397f9014f39c8e5b /sci-libs/givaro | |
parent | sci-libs/geos: drop x86-macos (diff) | |
download | gentoo-e01281320eb76887b1791a1bdd4776dcfb6a2cd8.tar.gz gentoo-e01281320eb76887b1791a1bdd4776dcfb6a2cd8.tar.bz2 gentoo-e01281320eb76887b1791a1bdd4776dcfb6a2cd8.zip |
sci-libs/givaro: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sci-libs/givaro')
-rw-r--r-- | sci-libs/givaro/givaro-4.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/givaro/givaro-4.1.1.ebuild b/sci-libs/givaro/givaro-4.1.1.ebuild index 935649abda69..82c862d823f5 100644 --- a/sci-libs/givaro/givaro-4.1.1.ebuild +++ b/sci-libs/givaro/givaro-4.1.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 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/linbox-team/givaro/releases/download/v${PV}/${P}.tar LICENSE="CeCILL-B" SLOT="0/9" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="cpu_flags_x86_fma3 cpu_flags_x86_fma4 cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2 doc static-libs test" RESTRICT="!test? ( test )" |