diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-10-26 16:21:33 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-10-26 22:38:43 -0400 |
commit | badd39d84cb084fd3a2c3fc201e26b4020cac662 (patch) | |
tree | ed99f1219663054de5040d0a0886bf1f0813dfe2 /sci-libs | |
parent | sci-libs/lrslib: drop 071b (diff) | |
download | gentoo-badd39d84cb084fd3a2c3fc201e26b4020cac662.tar.gz gentoo-badd39d84cb084fd3a2c3fc201e26b4020cac662.tar.bz2 gentoo-badd39d84cb084fd3a2c3fc201e26b4020cac662.zip |
sci-libs/lrslib: unkeyword 071b-r1 for ~x86, ~x86-linux
This is broken on machines without an __int128 type, which for now
includes all 32-bit machines. There may be a way to tiptoe around the
makefile (see my comment on bug 771675) to get it to build, but someone
with both the hardware and the interest is needed to volunteer.
Closes: https://bugs.gentoo.org/771675
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/lrslib/lrslib-071b-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/lrslib/lrslib-071b-r1.ebuild b/sci-libs/lrslib/lrslib-071b-r1.ebuild index 75524f3d1210..32486e5db22d 100644 --- a/sci-libs/lrslib/lrslib-071b-r1.ebuild +++ b/sci-libs/lrslib/lrslib-071b-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="http://cgm.cs.mcgill.ca/~avis/C/lrslib/archive/${P}.tar.gz" # COPYING is GPL-2, but e.g. lrslib.h says "or ... any later version." LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~riscv ~amd64-linux" IUSE="gmp mpi" BDEPEND="" |