commit:     e602424f9412b683fdc9d5343e35c4f2f8ad0127
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 19 17:15:53 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Sep 19 17:16:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e602424f

dev-libs/sleef: drop test on x86 as they use __int128

Closes: https://bugs.gentoo.org/925265
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-libs/sleef/sleef-3.8.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/sleef/sleef-3.8.ebuild b/dev-libs/sleef/sleef-3.8.ebuild
index 042301929384..8b6ff7e29112 100644
--- a/dev-libs/sleef/sleef-3.8.ebuild
+++ b/dev-libs/sleef/sleef-3.8.ebuild
@@ -14,7 +14,10 @@ LICENSE="Boost-1.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 ~riscv ~x86"
 IUSE="test"
-RESTRICT="!test? ( test )"
+RESTRICT="
+       !test? ( test )
+       x86? ( test )
+"
 
 BDEPEND="
        test? ( >=dev-libs/mpfr-4.2 )

Reply via email to