app-text/diffpdf: EAPI-7 bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 20 May 2020 14:43:31 +0000 (16:43 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 20 May 2020 15:13:39 +0000 (17:13 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
app-text/diffpdf/diffpdf-2.1.3-r2.ebuild

index 3794683573005805e8a3998701d2750091529731..4ac979ae0a430fac7eeb051ec19595ae58268633 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit desktop qmake-utils
 
@@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 IUSE=""
 
+BDEPEND="dev-qt/linguist-tools:5"
 RDEPEND="
        app-text/poppler[qt5]
        dev-qt/qtcore:5
@@ -21,9 +22,7 @@ RDEPEND="
        dev-qt/qtprintsupport:5
        dev-qt/qtwidgets:5
 "
-DEPEND="${RDEPEND}
-       dev-qt/linguist-tools:5
-"
+DEPEND="${RDEPEND}"
 
 PATCHES=( "${FILESDIR}"/${P}-qt5.patch )