commit: 27e0f8b8f5b75db52e812ee00d822d66c49a95cb
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 12:02:28 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 12:02:28 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=27e0f8b8
sys-auth/polkit-qt: EAPI 6
Package-Manager: portage-2.2.28
sys-auth/polkit-qt/polkit-qt-9999.ebuild | 4 ++--
1 file 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 17cc224..ad50f88 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