app-text/liblangtag: Reset XDG_... env vars, bug 587036
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 2 Jul 2016 22:22:34 +0000 (00:22 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 2 Jul 2016 22:22:34 +0000 (00:22 +0200)
Package-Manager: portage-2.3.0

app-text/liblangtag/liblangtag-0.5.6.ebuild
app-text/liblangtag/liblangtag-0.5.8.ebuild

index bdca934f34d0a700a6d43985dd688b2ad13ce9d5..15b0a217ef8e158ffdb1ae03535c09011178680a 100644 (file)
@@ -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)
index bcfe020a5af98c409297d5fda16d3440f5c04231..525f81d0773726b5cd99ec6715eaa537b2212e2b 100644 (file)
@@ -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)