commit:     af07120bf282bf6465eed1a35249826061edfd32
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  5 01:44:40 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Jun  5 01:44:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af07120b

dev-util/ostree: fix XDG_* sandbox violation (bug 657346)

Reported-by: Toralf Förster <toralf <AT> gentoo.org>
Closes: https://bugs.gentoo.org/657346
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/ostree/ostree-2018.5.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/ostree/ostree-2018.5.ebuild 
b/dev-util/ostree/ostree-2018.5.ebuild
index 40ad547229e..3c2aec24a4a 100644
--- a/dev-util/ostree/ostree-2018.5.ebuild
+++ b/dev-util/ostree/ostree-2018.5.ebuild
@@ -41,6 +41,7 @@ DEPEND="
 RDEPEND="${COMMON_DEPEND}"
 
 src_configure() {
+       unset ${!XDG_*} #657346 g-ir-scanner sandbox violation
        econf \
                --with-crypto=openssl \
                --with-curl \

Reply via email to