From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 810A6158042 for ; Sun, 27 Oct 2024 02:38:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F433E07E1; Sun, 27 Oct 2024 02:38:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89BA0E07E1 for ; Sun, 27 Oct 2024 02:38:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D12B5343128 for ; Sun, 27 Oct 2024 02:38:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D3B410BB for ; Sun, 27 Oct 2024 02:38:52 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1729996723.badd39d84cb084fd3a2c3fc201e26b4020cac662.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/lrslib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/lrslib/lrslib-071b-r1.ebuild X-VCS-Directories: sci-libs/lrslib/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: badd39d84cb084fd3a2c3fc201e26b4020cac662 X-VCS-Branch: master Date: Sun, 27 Oct 2024 02:38:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 71918123-8103-4b21-a8e7-1d80b27ee881 X-Archives-Hash: 12172f040c943330e20cec9221aa837c commit: badd39d84cb084fd3a2c3fc201e26b4020cac662 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Oct 26 20:21:33 2024 +0000 Commit: Michael Orlitzky gentoo 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 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=""