commit:     3f3fa14fbd5d67296a5590b04c6426fcf309c796
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 15:55:04 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 15:55:04 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=3f3fa14f

app-text/goldendict: add missing dep on dev-qt/qtsvg

While at it, fix/sort/simplify some other deps.

Reported-by: Gleb Nemshilov <gleb <AT> fastmail.com>

Package-Manager: portage-2.2.27

 app-text/goldendict/goldendict-9999.ebuild | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/app-text/goldendict/goldendict-9999.ebuild 
b/app-text/goldendict/goldendict-9999.ebuild
index abccdf8..94b2722 100644
--- a/app-text/goldendict/goldendict-9999.ebuild
+++ b/app-text/goldendict/goldendict-9999.ebuild
@@ -1,40 +1,44 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-EGIT_REPO_URI="https://github.com/goldendict/goldendict.git";
 LANGSLONG="ar_SA bg_BG cs_CZ de_DE el_GR lt_LT ru_RU zh_CN"
 
 inherit qt4-r2 git-r3
 
 DESCRIPTION="Feature-rich dictionary lookup program"
 HOMEPAGE="http://goldendict.org/";
+EGIT_REPO_URI="https://github.com/goldendict/goldendict.git";
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
 IUSE="debug kde"
 
-RDEPEND=">=app-text/hunspell-1.2
+RDEPEND="
+       >=app-text/hunspell-1.2
        dev-libs/eb
-       dev-qt/qtsingleapplication
+       dev-qt/qtcore:4[exceptions]
+       dev-qt/qtgui:4[exceptions]
+       dev-qt/qthelp:4[exceptions]
+       dev-qt/qtsingleapplication[qt4]
+       dev-qt/qtsvg:4[exceptions]
+       dev-qt/qtwebkit:4[exceptions]
        media-libs/libao
        media-libs/libogg
        media-libs/libvorbis
        sys-libs/zlib
        x11-libs/libXtst
-       >=dev-qt/qtcore-4.5:4[exceptions]
-       >=dev-qt/qthelp-4.5:4[exceptions]
-       >=dev-qt/qtgui-4.5:4[exceptions]
-       >=dev-qt/qtwebkit-4.5:4[exceptions]
        !kde? ( || (
                >=dev-qt/qtphonon-4.5:4[exceptions]
                media-libs/phonon[qt4]
        ) )
-       kde? ( media-libs/phonon )"
+       kde? ( media-libs/phonon[qt4] )
+"
 DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+       virtual/pkgconfig
+"
 
 PATCHES=(
         "${FILESDIR}/${PN}-36a761108-qtsingleapplication-unbundle.patch"

Reply via email to