From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7189313835A for ; Wed, 20 May 2020 15:13:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4F4BE0899; Wed, 20 May 2020 15:13:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C205E0899 for ; Wed, 20 May 2020 15:13:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B8E634F219 for ; Wed, 20 May 2020 15:13:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CC97244 for ; Wed, 20 May 2020 15:13:48 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1589987619.2909393dada48255f33dc93bc3c4f097c467bf48.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/diffpdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/diffpdf/diffpdf-2.1.3-r2.ebuild X-VCS-Directories: app-text/diffpdf/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2909393dada48255f33dc93bc3c4f097c467bf48 X-VCS-Branch: master Date: Wed, 20 May 2020 15:13:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29aa4b13-6cae-4a50-b61f-0c4707b376b3 X-Archives-Hash: 75b23c07328227fad16b38ec3e904388 commit: 2909393dada48255f33dc93bc3c4f097c467bf48 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 20 14:43:31 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 20 15:13:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2909393d app-text/diffpdf: EAPI-7 bump Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/diffpdf/diffpdf-2.1.3-r2.ebuild | 9 ++++----- 1 file 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 37946835730..4ac979ae0a4 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 )