Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/
Date: Sun, 28 May 2017 09:26:35
Message-Id: 1495963584.12ebfda1e70d2aefd8e48f028939ffe85fe00762.maekke@gentoo
1 commit: 12ebfda1e70d2aefd8e48f028939ffe85fe00762
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 09:26:24 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 09:26:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ebfda1
7
8 media-libs/lensfun: add python 3.6 support and fix python install prefix, bug #618134
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 media-libs/lensfun/lensfun-0.3.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/lensfun/lensfun-0.3.2.ebuild b/media-libs/lensfun/lensfun-0.3.2.ebuild
16 index 2b755ccd749..a6aff26cf5a 100644
17 --- a/media-libs/lensfun/lensfun-0.3.2.ebuild
18 +++ b/media-libs/lensfun/lensfun-0.3.2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=5
22
23 -PYTHON_COMPAT=( python3_{4,5} )
24 +PYTHON_COMPAT=( python3_{4,5,6} )
25
26 inherit multilib python-single-r1 cmake-utils
27
28 @@ -34,7 +34,7 @@ src_configure() {
29 local mycmakeargs=(
30 -DDOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
31 -DLIBDIR="${EPREFIX}"/usr/$(get_libdir)
32 - -DSETUP_PY_INSTALL_PREFIX="${ED}"/$(python_get_sitedir)
33 + -DSETUP_PY_INSTALL_PREFIX="${ED}"/usr
34 -DBUILD_AUXFUN=ON
35 -DBUILD_DOC=$(usex doc ON OFF)
36 -DBUILD_FOR_SSE=$(usex cpu_flags_x86_sse ON OFF)