summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergiy Borodych <Sergiy.Borodych@gmail.com>2016-11-07 14:39:57 +0200
committerDavid Seifert <soap@gentoo.org>2016-11-07 21:34:21 +0100
commitcdd27dc324a62798c15995be5b4dad60130a369d (patch)
treebcf8c20b035c21fb61993eac2162ad8dd65e0a8a
parentdev-python/async_timeout: version bump to 1.1.0 (diff)
downloadgentoo-cdd27dc324a62798c15995be5b4dad60130a369d.tar.gz
gentoo-cdd27dc324a62798c15995be5b4dad60130a369d.tar.bz2
gentoo-cdd27dc324a62798c15995be5b4dad60130a369d.zip
dev-perl/Glib-Object-Introspection: fix sandbox issue (bug #599128)
Closes: https://github.com/gentoo/gentoo/pull/2770 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild
index 098e06451df1..cfb036313984 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
DIST_AUTHOR=XAOC
DIST_VERSION=0.040
-inherit perl-module
+inherit perl-module xdg-utils
DESCRIPTION="Dynamically create Perl language bindings"
@@ -26,3 +26,7 @@ DEPEND="
>=dev-perl/extutils-pkgconfig-1.0.0
${RDEPEND}
"
+
+pkg_setup() {
+ xdg_environment_reset # bug #599128
+}