From cdd27dc324a62798c15995be5b4dad60130a369d Mon Sep 17 00:00:00 2001 From: Sergiy Borodych Date: Mon, 7 Nov 2016 14:39:57 +0200 Subject: dev-perl/Glib-Object-Introspection: fix sandbox issue (bug #599128) Closes: https://github.com/gentoo/gentoo/pull/2770 Signed-off-by: David Seifert --- .../Glib-Object-Introspection-0.40.0.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dev-perl') 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 +} -- cgit v1.2.3-65-gdbad