diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2020-05-25 23:59:23 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2020-05-26 00:03:36 +0300 |
commit | 965ab8c938d512eb7d631b3880d3f182cf96f7fc (patch) | |
tree | 3185d7672d20271b219bea9b221591ea27ea02c7 /dev-libs | |
parent | sys-apps/bubblewrap: drop old versions (vuln). (diff) | |
download | gentoo-965ab8c938d512eb7d631b3880d3f182cf96f7fc.tar.gz gentoo-965ab8c938d512eb7d631b3880d3f182cf96f7fc.tar.bz2 gentoo-965ab8c938d512eb7d631b3880d3f182cf96f7fc.zip |
dev-libs/libarcus: set +python by default
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libarcus/libarcus-4.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libarcus/libarcus-4.6.1.ebuild b/dev-libs/libarcus/libarcus-4.6.1.ebuild index c27d629caf60..a1481fb098bd 100644 --- a/dev-libs/libarcus/libarcus-4.6.1.ebuild +++ b/dev-libs/libarcus/libarcus-4.6.1.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-3" SLOT="0/3" KEYWORDS="~amd64 ~x86" -IUSE="examples python static-libs" +IUSE="examples +python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="${PYTHON_DEPS} @@ -38,7 +38,7 @@ src_prepare() { # Find SIP for current python version, not the latest installed sed -i "s/find_package(Python3 3.4 REQUIRED/find_package(Python3 ${EPYTHON##python} EXACT REQUIRED/g" \ - CMakeLists.txt || die + CMakeLists.txt || die sed -i "s/find_package(Python3 3.4 REQUIRED/find_package(Python3 ${EPYTHON##python} EXACT REQUIRED/g" \ cmake/FindSIP.cmake || die |