diff options
-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) |