commit: 71fdb9d0582ccc7f16ae2a66cd5c107a46cf0368 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Nov 2 14:06:57 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Feb 21 16:11:40 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=71fdb9d0
sys-auth/polkit-qt: Drop USE examples Closes: https://bugs.gentoo.org/664114 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 6 ++---- 1 file 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 ebf8c9d12e..e7af88ee55 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 }
