diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-10-26 23:02:00 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-10-26 23:06:27 -0400 |
commit | 87bedcbb09f84a5c2a23e2fb35f66bd686bc3a36 (patch) | |
tree | d147c0e7c7ce3eba50047f6d7cb1a6751915be65 /sci-mathematics/polymake | |
parent | dev-python/pycups: Stabilize 2.0.4 amd64, #942276 (diff) | |
download | gentoo-87bedcbb09f84a5c2a23e2fb35f66bd686bc3a36.tar.gz gentoo-87bedcbb09f84a5c2a23e2fb35f66bd686bc3a36.tar.bz2 gentoo-87bedcbb09f84a5c2a23e2fb35f66bd686bc3a36.zip |
sci-mathematics/polymake: un-keyword for x86
Despite the fact that USE=lrs is masked for x86, pkgcheck is throwing a
fit about the fact that I've un-keyworded sci-libs/lrslib for x86 (it
doesn't even build on x86), and is turning the CI red. So to fix that,
I'm un-keywording polymake too.
I'll file a bug for x86@, but this is a pretty niche application and
probably nobody cares.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/polymake')
-rw-r--r-- | sci-mathematics/polymake/polymake-4.11.ebuild | 2 | ||||
-rw-r--r-- | sci-mathematics/polymake/polymake-4.12.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/polymake/polymake-4.11.ebuild b/sci-mathematics/polymake/polymake-4.11.ebuild index 8c6be02dd591..afcd2acf56a5 100644 --- a/sci-mathematics/polymake/polymake-4.11.ebuild +++ b/sci-mathematics/polymake/polymake-4.11.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://polymake.org/" # closer look at how (or even if) the corresponding code is being used. LICENSE="BSD GPL-2 GPL-2+ MIT WTFPL-2" SLOT="0" -KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~riscv ~amd64-linux" IUSE="bliss +cdd +flint +normaliz libpolymake lrs nauty ppl singular" REQUIRED_USE="^^ ( bliss nauty )" diff --git a/sci-mathematics/polymake/polymake-4.12.ebuild b/sci-mathematics/polymake/polymake-4.12.ebuild index a4232f80fa1b..1022ff12e0cc 100644 --- a/sci-mathematics/polymake/polymake-4.12.ebuild +++ b/sci-mathematics/polymake/polymake-4.12.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://polymake.org/lib/exe/fetch.php/download/${P}-minimal.tar.bz2" # closer look at how (or even if) the corresponding code is being used. LICENSE="BSD GPL-2 GPL-2+ MIT WTFPL-2" SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~riscv ~amd64-linux" IUSE="bliss +cdd +flint +normaliz libpolymake lrs nauty ppl singular" REQUIRED_USE="^^ ( bliss nauty )" |