commit: 115464be8a78924624f616ab0b9ae9b61708041c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 19 02:26:36 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 19 02:26:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115464be
dev-libs/libtomcrypt: fix REQUIRED_USE to enforce at least one math provider Closes: https://bugs.gentoo.org/772935 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild index 27156ce371c..762af2a60ff 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild @@ -20,6 +20,10 @@ SLOT="0/1" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos" IUSE="+gmp +libtommath tomsfastmath" +# Enforce at least one math provider +# bug #772935 +REQUIRED_USE="?? ( gmp libtommath tomsfastmath )" + BDEPEND=" sys-devel/libtool virtual/pkgconfig