summaryrefslogtreecommitdiff
path: root/sys-auth/polkit-qt/polkit-qt-9999.ebuild
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-03-22 13:02:28 +0100
committerJohannes Huber <johu@gentoo.org>2016-03-22 13:02:28 +0100
commit27e0f8b8f5b75db52e812ee00d822d66c49a95cb (patch)
tree7033b4a12d6054610a26619f5b6de1ee213d319e /sys-auth/polkit-qt/polkit-qt-9999.ebuild
parent4faa7750de17994c659477fd344181ce0434deec (diff)
downloadkde-27e0f8b8f5b75db52e812ee00d822d66c49a95cb.tar.gz
kde-27e0f8b8f5b75db52e812ee00d822d66c49a95cb.tar.bz2
kde-27e0f8b8f5b75db52e812ee00d822d66c49a95cb.zip
sys-auth/polkit-qt: EAPI 6
Package-Manager: portage-2.2.28
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