summaryrefslogtreecommitdiff
path: root/sys-auth/polkit-qt/polkit-qt-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/polkit-qt/polkit-qt-9999.ebuild')
-rw-r--r--sys-auth/polkit-qt/polkit-qt-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index 17cc2249cbe..ad50f88fe1b 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit cmake-utils multibuild git-r3
@@ -45,7 +45,7 @@ src_configure() {
myconfigure() {
local mycmakeargs=(
-DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
- $(cmake-utils_use_build examples)
+ -DBUILD_EXAMPLES=$(usex examples)
)
if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then