commit:     3304289282df4dea80a1b38c0969bd4aeee1b03d
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: Fri Nov  2 14:07:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33042892

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-0.112.0_p20160416-r2.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
index cfd05deaabc..bc0b5722cec 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz";
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd"
-IUSE="debug examples"
+IUSE="debug"
 
 RDEPEND="
        dev-libs/glib:2
@@ -22,7 +22,6 @@ RDEPEND="
        dev-qt/qtgui:5
        dev-qt/qtwidgets:5
        >=sys-auth/polkit-0.103
-       examples? ( dev-qt/qtxml:5 )
 "
 DEPEND="${RDEPEND}"
 
@@ -32,7 +31,7 @@ S=${WORKDIR}/${MY_P}
 
 src_configure() {
        local mycmakeargs=(
-               -DBUILD_EXAMPLES=$(usex examples)
+               -DBUILD_EXAMPLES=OFF
                -DUSE_QT4=OFF
                -DUSE_QT5=ON
        )

Reply via email to