commit: 906e5600becb256e494facc4c86bfa059405e1df Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Tue Feb 24 01:31:21 2026 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Tue Feb 24 01:32:54 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906e5600
dev-libs/leancrypto: disable USE=asm by default for now sam seems(?) away at the moment and I want to minimize the impact given many users have gnutls->leancrypto, and wine also pulls the 32bit version making it somewhat widely used. Bug: https://bugs.gentoo.org/970513 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> dev-libs/leancrypto/leancrypto-1.6.0-r1.ebuild | 2 +- dev-libs/leancrypto/leancrypto-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/leancrypto/leancrypto-1.6.0-r1.ebuild b/dev-libs/leancrypto/leancrypto-1.6.0-r1.ebuild index d51bd54b2a23..117c06077ed8 100644 --- a/dev-libs/leancrypto/leancrypto-1.6.0-r1.ebuild +++ b/dev-libs/leancrypto/leancrypto-1.6.0-r1.ebuild @@ -29,7 +29,7 @@ fi LICENSE="|| ( GPL-2 BSD-2 )" SLOT="0/1" -IUSE="+asm test tools" +IUSE="asm test tools" RESTRICT="!test? ( test )" PATCHES=( diff --git a/dev-libs/leancrypto/leancrypto-9999.ebuild b/dev-libs/leancrypto/leancrypto-9999.ebuild index 51e451491add..58bd5433976e 100644 --- a/dev-libs/leancrypto/leancrypto-9999.ebuild +++ b/dev-libs/leancrypto/leancrypto-9999.ebuild @@ -29,7 +29,7 @@ fi LICENSE="|| ( GPL-2 BSD-2 )" SLOT="0/1" -IUSE="+asm test tools" +IUSE="asm test tools" RESTRICT="!test? ( test )" PATCHES=(
