commit:     f345c4287129652baa2c79fc085b925915eacff7
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 10:38:55 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 10:39:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f345c428

dev-libs/appstream: reset XDG env vars

Gentoo-bug: 605702

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/appstream/appstream-0.10.5.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-libs/appstream/appstream-0.10.5.ebuild 
b/dev-libs/appstream/appstream-0.10.5.ebuild
index 16699c3..5f17a40 100644
--- a/dev-libs/appstream/appstream-0.10.5.ebuild
+++ b/dev-libs/appstream/appstream-0.10.5.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 
 KDE_AUTODEPS="false"
 KDE_TEST="true"
-inherit kde5
+inherit kde5 xdg-utils
 
 if [[ ${KDE_BUILD_TYPE} = live ]]; then
        EGIT_REPO_URI="https://github.com/ximion/${PN}";
@@ -40,6 +40,8 @@ DEPEND="${RDEPEND}
 "
 
 src_configure() {
+       xdg_environment_reset
+
        local mycmakeargs=(
                -DSTEMMING=ON
                -DL18N=ON

Reply via email to