dev-libs/libarcus: set +python by default
authorAlexey Shvetsov <alexxy@gentoo.org>
Mon, 25 May 2020 20:59:23 +0000 (23:59 +0300)
committerAlexey Shvetsov <alexxy@gentoo.org>
Mon, 25 May 2020 21:03:36 +0000 (00:03 +0300)
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
dev-libs/libarcus/libarcus-4.6.1.ebuild

index c27d629caf60812e7392f6c92016e75ea7e623fe..a1481fb098bd142989f91d9bcfc71e89bae08ea5 100644 (file)
@@ -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