Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gexiv2/
Date: Sun, 28 Feb 2016 11:09:32
Message-Id: 1456657734.03893ace3ba1704ec4e0757fa4b1d48ae47ea58a.pacho@gentoo
1 commit: 03893ace3ba1704ec4e0757fa4b1d48ae47ea58a
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 11:05:07 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 11:08:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03893ace
7
8 media-libs/gexiv2: Support python3_5
9
10 Package-Manager: portage-2.2.27
11
12 media-libs/gexiv2/gexiv2-0.10.3.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/media-libs/gexiv2/gexiv2-0.10.3.ebuild b/media-libs/gexiv2/gexiv2-0.10.3.ebuild
16 index 4689ead..574db71 100644
17 --- a/media-libs/gexiv2/gexiv2-0.10.3.ebuild
18 +++ b/media-libs/gexiv2/gexiv2-0.10.3.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=5
22
23 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
24 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
25
26 inherit eutils multilib python-r1 toolchain-funcs versionator xdg-utils
27
28 @@ -24,16 +24,16 @@ REQUIRED_USE="python? ( introspection ${PYTHON_REQUIRED_USE} )"
29 RDEPEND="${PYTHON_DEPS}
30 >=dev-libs/glib-2.26.1:2
31 >=media-gfx/exiv2-0.21:0=
32 - introspection? ( dev-libs/gobject-introspection )"
33 + introspection? ( dev-libs/gobject-introspection:= )"
34 DEPEND="${RDEPEND}
35 virtual/pkgconfig"
36
37 src_prepare() {
38 + xdg_environment_reset
39 tc-export CXX
40 }
41
42 src_configure() {
43 - xdg_environment_reset
44 econf \
45 $(use_enable introspection) \
46 $(use_enable static-libs static)