summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-auth/polkit-qt/polkit-qt-9999.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index ebf8c9d12ee..e7af88ee551 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -18,7 +18,7 @@ fi
LICENSE="LGPL-2"
SLOT="0"
-IUSE="examples"
+IUSE=""
RDEPEND="
dev-libs/glib:2
@@ -27,7 +27,6 @@ RDEPEND="
dev-qt/qtgui:5
dev-qt/qtwidgets:5
>=sys-auth/polkit-0.103
- examples? ( dev-qt/qtxml:5 )
"
DEPEND="${RDEPEND}"
@@ -35,8 +34,7 @@ DOCS=( AUTHORS README README.porting TODO )
src_configure() {
local mycmakeargs=(
- -DBUILD_EXAMPLES=$(usex examples)
+ -DBUILD_EXAMPLES=OFF
)
-
cmake_src_configure
}