commit:     352c3e6afcbddbaf06b71f85ee4ffc69f34ec07b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 10:39:54 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 10:40:09 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=352c3e6a

dev-libs/appstream: reset XDG env vars

Gentoo-bug: 605702

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-libs/appstream/appstream-9999.ebuild 
b/dev-libs/appstream/appstream-9999.ebuild
index 55829e7..55ce02d 100644
--- a/dev-libs/appstream/appstream-9999.ebuild
+++ b/dev-libs/appstream/appstream-9999.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