diff options
author | Markus Meier <maekke@gentoo.org> | 2017-05-28 11:26:24 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-05-28 11:26:24 +0200 |
commit | 12ebfda1e70d2aefd8e48f028939ffe85fe00762 (patch) | |
tree | 0721999c8d31d6c672e4a2503eeb97aaa889310d /media-libs/lensfun | |
parent | kde-frameworks/bluez-qt: Fix race condition (diff) | |
download | gentoo-12ebfda1e70d2aefd8e48f028939ffe85fe00762.tar.gz gentoo-12ebfda1e70d2aefd8e48f028939ffe85fe00762.tar.bz2 gentoo-12ebfda1e70d2aefd8e48f028939ffe85fe00762.zip |
media-libs/lensfun: add python 3.6 support and fix python install prefix, bug #618134
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'media-libs/lensfun')
-rw-r--r-- | media-libs/lensfun/lensfun-0.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/lensfun/lensfun-0.3.2.ebuild b/media-libs/lensfun/lensfun-0.3.2.ebuild index 2b755ccd7498..a6aff26cf5ad 100644 --- a/media-libs/lensfun/lensfun-0.3.2.ebuild +++ b/media-libs/lensfun/lensfun-0.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit multilib python-single-r1 cmake-utils @@ -34,7 +34,7 @@ src_configure() { local mycmakeargs=( -DDOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html -DLIBDIR="${EPREFIX}"/usr/$(get_libdir) - -DSETUP_PY_INSTALL_PREFIX="${ED}"/$(python_get_sitedir) + -DSETUP_PY_INSTALL_PREFIX="${ED}"/usr -DBUILD_AUXFUN=ON -DBUILD_DOC=$(usex doc ON OFF) -DBUILD_FOR_SSE=$(usex cpu_flags_x86_sse ON OFF) |