summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-07-31 00:10:42 +0300
committerMart Raudsepp <leio@gentoo.org>2018-07-31 00:14:28 +0300
commit272ff1f7eab3cf3a6460c3c24da7017a09c06080 (patch)
tree778e711d4bb9c048a70101290f7c6eb39d47bca2 /media-libs/graphene
parentwww-client/google-chrome-beta: fix removal of readme.gentoo-r1 (diff)
downloadgentoo-272ff1f7eab3cf3a6460c3c24da7017a09c06080.tar.gz
gentoo-272ff1f7eab3cf3a6460c3c24da7017a09c06080.tar.bz2
gentoo-272ff1f7eab3cf3a6460c3c24da7017a09c06080.zip
media-libs/graphene: add missing environment reset
Add missing xdg_environment_reset, otherwise things might fail if certain XDG_* env vars are set in the environment. Closes: https://bugs.gentoo.org/662478 Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'media-libs/graphene')
-rw-r--r--media-libs/graphene/graphene-1.8.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/graphene/graphene-1.8.2.ebuild b/media-libs/graphene/graphene-1.8.2.ebuild
index 1c5ae38fb9bd..5cb827ba2983 100644
--- a/media-libs/graphene/graphene-1.8.2.ebuild
+++ b/media-libs/graphene/graphene-1.8.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python3_{4,5,6,7} )
-inherit meson multilib-minimal python-any-r1
+inherit xdg-utils meson multilib-minimal python-any-r1
DESCRIPTION="A thin layer of types for graphic libraries"
HOMEPAGE="https://ebassi.github.io/graphene/"
@@ -26,6 +26,7 @@ DEPEND="${RDEPEND}
"
src_prepare() {
+ xdg_environment_reset
default
# Disable installed-tests
sed -e 's/install: true/install: false/g' -i src/tests/meson.build || die