commit:     6b21d067eabef6c2220f40d2e75cf8ea554aa0db
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 23 22:03:01 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 23 22:47:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b21d067

app-text/goldendict: EAPI-7 bump, eutils -> desktop, fix USE-dep

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild 
b/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild
index 866b4e88ea6..cbbb665fe20 100644
--- a/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild
+++ b/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 MY_PV=${PV^^}
 MY_PV=${MY_PV/_/-}
-inherit eutils qmake-utils
+inherit desktop qmake-utils
 
 DESCRIPTION="Feature-rich dictionary lookup program"
 HOMEPAGE="http://goldendict.org/";
@@ -26,7 +26,7 @@ RDEPEND="
        dev-qt/qthelp:5
        dev-qt/qtnetwork:5
        dev-qt/qtprintsupport:5
-       dev-qt/qtsingleapplication[qt5(+)]
+       dev-qt/qtsingleapplication[qt5(+),X]
        dev-qt/qtsvg:5
        dev-qt/qtwebkit:5
        dev-qt/qtwidgets:5
@@ -43,7 +43,8 @@ RDEPEND="
                !libav? ( media-video/ffmpeg:0= )
        )
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
        dev-qt/linguist-tools:5
        virtual/pkgconfig
 "
@@ -75,10 +76,7 @@ src_prepare() {
 
 src_configure() {
        local myconf=()
-
-       if ! use ffmpeg ; then
-               myconf+=( DISABLE_INTERNAL_PLAYER=1 )
-       fi
+       use ffmpeg || myconf+=( DISABLE_INTERNAL_PLAYER=1 )
 
        eqmake5 "${myconf[@]}"
 }

Reply via email to