summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-19 02:27:52 +0000
committerSam James <sam@gentoo.org>2021-03-19 02:28:14 +0000
commitdfad13e8044d36db7f610e00cb19d00ead659bcd (patch)
treee0ad48df0cb3d0ffdbfdcb11bdc1a6e8818fd900 /dev-libs/libtomcrypt
parentdev-libs/libtomcrypt: fix REQUIRED_USE to enforce at least one math provider (diff)
downloadgentoo-dfad13e8044d36db7f610e00cb19d00ead659bcd.tar.gz
gentoo-dfad13e8044d36db7f610e00cb19d00ead659bcd.tar.bz2
gentoo-dfad13e8044d36db7f610e00cb19d00ead659bcd.zip
dev-libs/libtomcrypt: use any-of
Bug: https://bugs.gentoo.org/772935 Fixes: 115464be8a78924624f616ab0b9ae9b61708041c 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.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild
index 762af2a60ff2..ba054acdcfa0 100644
--- a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild
+++ b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild
@@ -22,7 +22,7 @@ IUSE="+gmp +libtommath tomsfastmath"
# Enforce at least one math provider
# bug #772935
-REQUIRED_USE="?? ( gmp libtommath tomsfastmath )"
+REQUIRED_USE="|| ( gmp libtommath tomsfastmath )"
BDEPEND="
sys-devel/libtool