summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-08-30 23:44:54 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-08-31 00:05:04 +1000
commit2530edee316316a9f734722a876d003aa1aa0976 (patch)
treebe5a728a5517940f59a23fae5ea9ad819476bea2 /app-text/goldendict
parentapp-office/odeskteam: remove dev-qt/qtphonon dependency (diff)
downloadgentoo-2530edee316316a9f734722a876d003aa1aa0976.tar.gz
gentoo-2530edee316316a9f734722a876d003aa1aa0976.tar.bz2
gentoo-2530edee316316a9f734722a876d003aa1aa0976.zip
app-text/goldendict: remote kde USE flag
Gentoo-bug: 629144 Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-text/goldendict')
-rw-r--r--app-text/goldendict/goldendict-1.0.1.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/app-text/goldendict/goldendict-1.0.1.ebuild b/app-text/goldendict/goldendict-1.0.1.ebuild
index c9f4ad2d6735..8f0569d6aa3a 100644
--- a/app-text/goldendict/goldendict-1.0.1.ebuild
+++ b/app-text/goldendict/goldendict-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,23 +13,19 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="debug kde"
+IUSE="debug"
RDEPEND="
>=app-text/hunspell-1.2
media-libs/libogg
media-libs/libvorbis
+ media-libs/phonon[qt4]
sys-libs/zlib
x11-libs/libX11
x11-libs/libXtst
>=dev-qt/qtcore-4.5:4[exceptions,qt3support]
>=dev-qt/qtgui-4.5:4[exceptions,qt3support]
>=dev-qt/qtwebkit-4.5:4[exceptions]
- !kde? ( || (
- >=dev-qt/qtphonon-4.5:4[exceptions]
- media-libs/phonon[qt4]
- ) )
- kde? ( media-libs/phonon[qt4] )
"
DEPEND="${RDEPEND}
virtual/pkgconfig