diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-20 16:43:31 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-20 17:13:39 +0200 |
commit | 2909393dada48255f33dc93bc3c4f097c467bf48 (patch) | |
tree | 3dd44d88fe7c1a581a3fb21bcfa54b226235a97e /app-text/diffpdf | |
parent | kde-plasma/plasma-meta: Set IUSE="+networkmanager" default (diff) | |
download | gentoo-2909393dada48255f33dc93bc3c4f097c467bf48.tar.gz gentoo-2909393dada48255f33dc93bc3c4f097c467bf48.tar.bz2 gentoo-2909393dada48255f33dc93bc3c4f097c467bf48.zip |
app-text/diffpdf: EAPI-7 bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/diffpdf')
-rw-r--r-- | app-text/diffpdf/diffpdf-2.1.3-r2.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-text/diffpdf/diffpdf-2.1.3-r2.ebuild b/app-text/diffpdf/diffpdf-2.1.3-r2.ebuild index 379468357300..4ac979ae0a43 100644 --- a/app-text/diffpdf/diffpdf-2.1.3-r2.ebuild +++ b/app-text/diffpdf/diffpdf-2.1.3-r2.ebuild @@ -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 ) |