Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/
Date: Fri, 02 Nov 2018 14:07:46
Message-Id: 1541167646.3304289282df4dea80a1b38c0969bd4aeee1b03d.asturm@gentoo
1 commit: 3304289282df4dea80a1b38c0969bd4aeee1b03d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 2 14:06:57 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 14:07:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33042892
7
8 sys-auth/polkit-qt: Drop USE examples
9
10 Closes: https://bugs.gentoo.org/664114
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild | 7 +++----
15 1 file changed, 3 insertions(+), 4 deletions(-)
16
17 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
18 index cfd05deaabc..bc0b5722cec 100644
19 --- a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
20 +++ b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz"
28 LICENSE="LGPL-2"
29 SLOT="0"
30 KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd"
31 -IUSE="debug examples"
32 +IUSE="debug"
33
34 RDEPEND="
35 dev-libs/glib:2
36 @@ -22,7 +22,6 @@ RDEPEND="
37 dev-qt/qtgui:5
38 dev-qt/qtwidgets:5
39 >=sys-auth/polkit-0.103
40 - examples? ( dev-qt/qtxml:5 )
41 "
42 DEPEND="${RDEPEND}"
43
44 @@ -32,7 +31,7 @@ S=${WORKDIR}/${MY_P}
45
46 src_configure() {
47 local mycmakeargs=(
48 - -DBUILD_EXAMPLES=$(usex examples)
49 + -DBUILD_EXAMPLES=OFF
50 -DUSE_QT4=OFF
51 -DUSE_QT5=ON
52 )