commit: 9ae61825c1aa161fa88a9fd9bc198ff342e5b565 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Thu Aug 5 15:33:55 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Thu Aug 5 16:56:23 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9ae61825
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 <AT> gentoo.org> dev-libs/lief/lief-0.11.5.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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="
