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:34
Message-Id: 1456657729.3216975cf1f41e70f5592003707e3c6b4da33a64.pacho@gentoo
1 commit: 3216975cf1f41e70f5592003707e3c6b4da33a64
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 11:02:17 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 11:08:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3216975c
7
8 media-libs/gexiv2: Fix build issues with XDG vars also in stable
9
10 Package-Manager: portage-2.2.27
11
12 media-libs/gexiv2/gexiv2-0.10.2.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/gexiv2/gexiv2-0.10.2.ebuild b/media-libs/gexiv2/gexiv2-0.10.2.ebuild
16 index cef9c60..563302f 100644
17 --- a/media-libs/gexiv2/gexiv2-0.10.2.ebuild
18 +++ b/media-libs/gexiv2/gexiv2-0.10.2.ebuild
19 @@ -6,7 +6,7 @@ EAPI=5
20
21 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
22
23 -inherit eutils multilib python-r1 toolchain-funcs versionator
24 +inherit eutils multilib python-r1 toolchain-funcs versionator xdg-utils
25
26 MY_PV=$(get_version_component_range 1-2)
27
28 @@ -17,8 +17,8 @@ SRC_URI="mirror://gnome/sources/${PN}/${MY_PV}/${P}.tar.xz"
29 LICENSE="LGPL-2.1"
30 SLOT="0"
31 KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
32 -IUSE="introspection python static-libs"
33
34 +IUSE="introspection python static-libs"
35 REQUIRED_USE="python? ( introspection ${PYTHON_REQUIRED_USE} )"
36
37 RDEPEND="${PYTHON_DEPS}
38 @@ -29,6 +29,7 @@ DEPEND="${RDEPEND}
39 virtual/pkgconfig"
40
41 src_prepare() {
42 + xdg_environment_reset
43 tc-export CXX
44 }