diff options
author | Sam James <sam@gentoo.org> | 2021-03-19 02:26:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-19 02:26:55 +0000 |
commit | 115464be8a78924624f616ab0b9ae9b61708041c (patch) | |
tree | b7cc0845d475b3f571eaa81da079fd53c0b17fa1 /dev-libs/libtomcrypt | |
parent | dev-libs/libtomcrypt: fix build with slibtool (diff) | |
download | gentoo-115464be8a78924624f616ab0b9ae9b61708041c.tar.gz gentoo-115464be8a78924624f616ab0b9ae9b61708041c.tar.bz2 gentoo-115464be8a78924624f616ab0b9ae9b61708041c.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/libtomcrypt')
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild index 27156ce371ca..762af2a60ff2 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 |