aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-08-05 17:33:55 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-08-05 18:56:23 +0200
commit9ae61825c1aa161fa88a9fd9bc198ff342e5b565 (patch)
treecea6fa3b180caf08b42d7902d0af2fe616946e17 /dev-libs
parentdev-python/cadquery-ocp: relax OCCT requirement (diff)
downloadsci-9ae61825c1aa161fa88a9fd9bc198ff342e5b565.tar.gz
sci-9ae61825c1aa161fa88a9fd9bc198ff342e5b565.tar.bz2
sci-9ae61825c1aa161fa88a9fd9bc198ff342e5b565.zip
dev-libs/lief: do not allow both python and abi_x86_32 to be set
python is not multilib yet Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/lief/lief-0.11.5.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/lief/lief-0.11.5.ebuild b/dev-libs/lief/lief-0.11.5.ebuild
index 7baaac001..519729525 100644
--- a/dev-libs/lief/lief-0.11.5.ebuild
+++ b/dev-libs/lief/lief-0.11.5.ebuild
@@ -22,8 +22,10 @@ SRC_URI="https://github.com/lief-project/LIEF/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+
+# Python is not multilib yet
IUSE="c examples +python static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} !abi_x86_32 !abi_x86_x32 )"
# See "cmake/LIEFDependencies.cmake" for C and C++ dependencies.
BDEPEND="