summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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