diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:18:16 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:19:17 +0100 |
commit | 5499d28cd78477b9b29258705ff0dbf4b55e10b3 (patch) | |
tree | 7706bd15f176b100716c5d78a4e4af708ca8c585 /sci-mathematics | |
parent | sci-mathematics/arb: drop x86-macos (diff) | |
download | gentoo-5499d28cd78477b9b29258705ff0dbf4b55e10b3.tar.gz gentoo-5499d28cd78477b9b29258705ff0dbf4b55e10b3.tar.bz2 gentoo-5499d28cd78477b9b29258705ff0dbf4b55e10b3.zip |
sci-mathematics/flintqs: 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-mathematics')
-rw-r--r-- | sci-mathematics/flintqs/flintqs-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/flintqs/flintqs-1.0.ebuild b/sci-mathematics/flintqs/flintqs-1.0.ebuild index 5914bbbd5025..97d6af6c68b9 100644 --- a/sci-mathematics/flintqs/flintqs-1.0.ebuild +++ b/sci-mathematics/flintqs/flintqs-1.0.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="http://files.sagemath.org/spkg/upstream/${PN}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="" DEPEND="dev-libs/gmp:=" |