From ce3b3b5ce5cd5483c61ec819297931173e9e7149 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 3 Jul 2016 00:22:34 +0200 Subject: [PATCH] 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 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) -- 2.26.2