diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-07-03 00:22:34 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-07-03 00:22:34 +0200 |
commit | ce3b3b5ce5cd5483c61ec819297931173e9e7149 (patch) | |
tree | 766a8ed08005636162276cc757f341cecec29167 /app-text | |
parent | app-office/libreoffice: Fix automagic dependency on gnome-base/dconf, bug 582632 (diff) | |
download | gentoo-ce3b3b5ce5cd5483c61ec819297931173e9e7149.tar.gz gentoo-ce3b3b5ce5cd5483c61ec819297931173e9e7149.tar.bz2 gentoo-ce3b3b5ce5cd5483c61ec819297931173e9e7149.zip |
app-text/liblangtag: Reset XDG_... env vars, bug 587036
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/liblangtag/liblangtag-0.5.6.ebuild | 5 | ||||
-rw-r--r-- | 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 bdca934f34d0..15b0a217ef8e 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 bcfe020a5af9..525f81d07737 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) |