diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:19:14 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:19:18 +0100 |
commit | 3f73cbde832796d9cbf07b101ce0c3539383fca7 (patch) | |
tree | bdaf30c435df24c0169ce543cd33af28edcd0df9 /sci-mathematics/singular | |
parent | sci-mathematics/rw: drop x86-macos (diff) | |
download | gentoo-3f73cbde832796d9cbf07b101ce0c3539383fca7.tar.gz gentoo-3f73cbde832796d9cbf07b101ce0c3539383fca7.tar.bz2 gentoo-3f73cbde832796d9cbf07b101ce0c3539383fca7.zip |
sci-mathematics/singular: 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/singular')
-rw-r--r-- | sci-mathematics/singular/singular-4.0.2.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/singular/singular-4.0.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-mathematics/singular/singular-4.0.2.ebuild b/sci-mathematics/singular/singular-4.0.2.ebuild index 7ed8bc1ce712..a6741b6bb076 100644 --- a/sci-mathematics/singular/singular-4.0.2.ebuild +++ b/sci-mathematics/singular/singular-4.0.2.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=5 @@ -20,7 +20,7 @@ SRC_URI="https://www.mathematik.uni-kl.de/ftp/pub/Math/${MY_PN}/SOURCES/${MY_DIR LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-linux ~x86-macos" +KEYWORDS="amd64 ppc x86 ~x86-linux" IUSE="boost doc emacs examples python +readline" RDEPEND="dev-libs/gmp:0 diff --git a/sci-mathematics/singular/singular-4.0.3.ebuild b/sci-mathematics/singular/singular-4.0.3.ebuild index fcfd823ae4d9..3a0712e9be7f 100644 --- a/sci-mathematics/singular/singular-4.0.3.ebuild +++ b/sci-mathematics/singular/singular-4.0.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=6 @@ -19,7 +19,7 @@ SRC_URI="https://www.mathematik.uni-kl.de/ftp/pub/Math/${MY_PN}/SOURCES/${MY_DIR LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux" IUSE="boost doc emacs examples python +readline" RDEPEND="dev-libs/gmp:0 |