Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/piedock/
Date: Thu, 28 Sep 2017 19:44:18
Message-Id: 1506627835.9d237d747113fabeb053bbb928680eff66c90f91.asturm@gentoo
1 commit: 9d237d747113fabeb053bbb928680eff66c90f91
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 28 19:42:58 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 28 19:43:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d237d74
7
8 x11-misc/piedock: Drop USE=kde, bug #629020
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.1
11
12 x11-misc/piedock/piedock-1.6.6-r1.ebuild | 9 ++-------
13 1 file changed, 2 insertions(+), 7 deletions(-)
14
15 diff --git a/x11-misc/piedock/piedock-1.6.6-r1.ebuild b/x11-misc/piedock/piedock-1.6.6-r1.ebuild
16 index 3c66de4c709..26e1db0a646 100644
17 --- a/x11-misc/piedock/piedock-1.6.6-r1.ebuild
18 +++ b/x11-misc/piedock/piedock-1.6.6-r1.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="http://markusfisch.de/downloads/${P}.tar.bz2
20 LICENSE="MIT"
21 SLOT="0"
22 KEYWORDS="~amd64 ~x86"
23 -IUSE="gtk kde"
24 +IUSE="gtk"
25
26 RDEPEND="
27 media-libs/libpng:0=
28 @@ -25,11 +25,6 @@ RDEPEND="
29 x11-libs/gdk-pixbuf
30 x11-libs/gtk+:2
31 )
32 - kde? (
33 - kde-frameworks/kdelibs:4
34 - dev-qt/qtcore:4
35 - dev-qt/qtgui:4
36 - )
37 "
38 DEPEND="${RDEPEND}"
39
40 @@ -43,7 +38,7 @@ PATCHES=(
41 src_configure() {
42 econf \
43 $(use_enable gtk) \
44 - $(use_enable kde) \
45 + --disable-kde \
46 --bindir="${EPREFIX}"/usr/bin \
47 --enable-xft \
48 --enable-xmu \