diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-02-28 12:02:17 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-02-28 12:08:49 +0100 |
commit | 3216975cf1f41e70f5592003707e3c6b4da33a64 (patch) | |
tree | ee90fd5dbdcf49bd25876b1e5f1c1a8ea9f05911 /media-libs/gexiv2 | |
parent | Fix src_prepare phase (diff) | |
download | gentoo-3216975cf1f41e70f5592003707e3c6b4da33a64.tar.gz gentoo-3216975cf1f41e70f5592003707e3c6b4da33a64.tar.bz2 gentoo-3216975cf1f41e70f5592003707e3c6b4da33a64.zip |
media-libs/gexiv2: Fix build issues with XDG vars also in stable
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-libs/gexiv2')
-rw-r--r-- | media-libs/gexiv2/gexiv2-0.10.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/gexiv2/gexiv2-0.10.2.ebuild b/media-libs/gexiv2/gexiv2-0.10.2.ebuild index cef9c603dc1a..563302ff56d0 100644 --- a/media-libs/gexiv2/gexiv2-0.10.2.ebuild +++ b/media-libs/gexiv2/gexiv2-0.10.2.ebuild @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit eutils multilib python-r1 toolchain-funcs versionator +inherit eutils multilib python-r1 toolchain-funcs versionator xdg-utils MY_PV=$(get_version_component_range 1-2) @@ -17,8 +17,8 @@ SRC_URI="mirror://gnome/sources/${PN}/${MY_PV}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86" -IUSE="introspection python static-libs" +IUSE="introspection python static-libs" REQUIRED_USE="python? ( introspection ${PYTHON_REQUIRED_USE} )" RDEPEND="${PYTHON_DEPS} @@ -29,6 +29,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { + xdg_environment_reset tc-export CXX } |