From 12ebfda1e70d2aefd8e48f028939ffe85fe00762 Mon Sep 17 00:00:00 2001 From: Markus Meier Date: Sun, 28 May 2017 11:26:24 +0200 Subject: 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(-) (limited to 'media-libs/lensfun') 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) -- cgit v1.2.3-65-gdbad