commit:     12ebfda1e70d2aefd8e48f028939ffe85fe00762
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 09:26:24 2017 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sun May 28 09:26:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ebfda1

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

 media-libs/lensfun/lensfun-0.3.2.ebuild | 4 ++--
 1 file 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 2b755ccd749..a6aff26cf5a 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)

Reply via email to