commit:     ce3b3b5ce5cd5483c61ec819297931173e9e7149
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 22:22:34 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 22:22:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3b3b5c

app-text/liblangtag: Reset XDG_... env vars, bug 587036

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.5.6.ebuild | 5 +++--
 app-text/liblangtag/liblangtag-0.5.8.ebuild | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.5.6.ebuild 
b/app-text/liblangtag/liblangtag-0.5.6.ebuild
index bdca934..15b0a21 100644
--- a/app-text/liblangtag/liblangtag-0.5.6.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit autotools-utils
+inherit xdg-utils autotools-utils
 
 DESCRIPTION="An interface library to access tags for identifying languages"
 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
@@ -30,6 +30,7 @@ RESTRICT="test"
 PATCHES=( "${FILESDIR}/${PN}-0.5.6-musl.patch" )
 
 src_configure() {
+       xdg_environment_reset
        local myeconfargs=(
                $(use_enable introspection)
                $(use_enable test)

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
index bcfe020..525f81d 100644
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit autotools-utils
+inherit xdg-utils autotools-utils
 
 DESCRIPTION="An interface library to access tags for identifying languages"
 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
@@ -28,6 +28,7 @@ DEPEND="${RDEPEND}
 RESTRICT="test"
 
 src_configure() {
+       xdg_environment_reset
        local myeconfargs=(
                $(use_enable introspection)
                $(use_enable test)

Reply via email to