Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/goldendict/
Date: Wed, 30 Aug 2017 14:05:19
Message-Id: 1504101904.2530edee316316a9f734722a876d003aa1aa0976.kensington@gentoo
1 commit: 2530edee316316a9f734722a876d003aa1aa0976
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 13:44:54 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 14:05:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2530edee
7
8 app-text/goldendict: remote kde USE flag
9
10 Gentoo-bug: 629144
11 Package-Manager: Portage-2.3.6, Repoman-2.3.3
12
13 app-text/goldendict/goldendict-1.0.1.ebuild | 10 +++-------
14 1 file changed, 3 insertions(+), 7 deletions(-)
15
16 diff --git a/app-text/goldendict/goldendict-1.0.1.ebuild b/app-text/goldendict/goldendict-1.0.1.ebuild
17 index c9f4ad2d673..8f0569d6aa3 100644
18 --- a/app-text/goldendict/goldendict-1.0.1.ebuild
19 +++ b/app-text/goldendict/goldendict-1.0.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -13,23 +13,19 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"
27 LICENSE="GPL-3"
28 SLOT="0"
29 KEYWORDS="amd64 x86"
30 -IUSE="debug kde"
31 +IUSE="debug"
32
33 RDEPEND="
34 >=app-text/hunspell-1.2
35 media-libs/libogg
36 media-libs/libvorbis
37 + media-libs/phonon[qt4]
38 sys-libs/zlib
39 x11-libs/libX11
40 x11-libs/libXtst
41 >=dev-qt/qtcore-4.5:4[exceptions,qt3support]
42 >=dev-qt/qtgui-4.5:4[exceptions,qt3support]
43 >=dev-qt/qtwebkit-4.5:4[exceptions]
44 - !kde? ( || (
45 - >=dev-qt/qtphonon-4.5:4[exceptions]
46 - media-libs/phonon[qt4]
47 - ) )
48 - kde? ( media-libs/phonon[qt4] )
49 "
50 DEPEND="${RDEPEND}
51 virtual/pkgconfig