commit: badd39d84cb084fd3a2c3fc201e26b4020cac662 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sat Oct 26 20:21:33 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Oct 27 02:38:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badd39d8
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 <AT> gentoo.org> sci-libs/lrslib/lrslib-071b-r1.ebuild | 4 ++-- 1 file 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=""
