summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-01-18 21:38:55 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-01-18 21:39:06 +1100
commitf345c4287129652baa2c79fc085b925915eacff7 (patch)
treea485af11c497601887d61a467d5574216d9ec34d /dev-libs/appstream/appstream-0.10.5.ebuild
parentdev-python/oauth2: add py3.5, fix tests (diff)
downloadgentoo-f345c4287129652baa2c79fc085b925915eacff7.tar.gz
gentoo-f345c4287129652baa2c79fc085b925915eacff7.tar.bz2
gentoo-f345c4287129652baa2c79fc085b925915eacff7.zip
dev-libs/appstream: reset XDG env vars
Gentoo-bug: 605702 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs/appstream/appstream-0.10.5.ebuild')
-rw-r--r--dev-libs/appstream/appstream-0.10.5.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/appstream/appstream-0.10.5.ebuild b/dev-libs/appstream/appstream-0.10.5.ebuild
index 16699c360a04..5f17a4001175 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