diff options
Diffstat (limited to 'dev-libs/appstream/appstream-9999.ebuild')
| -rw-r--r-- | dev-libs/appstream/appstream-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/appstream/appstream-9999.ebuild b/dev-libs/appstream/appstream-9999.ebuild index 55829e7de5e..55ce02db235 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 |
