From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1200967-garchives=archives.gentoo.org@lists.gentoo.org>
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 AD14B13835C
	for <garchives@archives.gentoo.org>; Sun, 30 Aug 2020 07:58:54 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EA499E095C;
	Sun, 30 Aug 2020 07:58:53 +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 CD9FDE095C
	for <gentoo-commits@lists.gentoo.org>; Sun, 30 Aug 2020 07:58:53 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 E2E60340DEE
	for <gentoo-commits@lists.gentoo.org>; Sun, 30 Aug 2020 07:58:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DC76033B
	for <gentoo-commits@lists.gentoo.org>; Sun, 30 Aug 2020 07:58:48 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1598774302.74847f2cb771bbb0f1d648c1b5b62c0aa3c1b86d.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/cantor/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-apps/cantor/cantor-20.04.3-r1.ebuild kde-apps/cantor/cantor-20.04.3.ebuild
X-VCS-Directories: kde-apps/cantor/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 74847f2cb771bbb0f1d648c1b5b62c0aa3c1b86d
X-VCS-Branch: master
Date: Sun, 30 Aug 2020 07:58:48 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: fb6d2e04-9077-49f4-9cbb-fcc819d5010f
X-Archives-Hash: 4a7bea204c49ebf02b20d05049fa1889

commit:     74847f2cb771bbb0f1d648c1b5b62c0aa3c1b86d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 07:49:12 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 07:58:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74847f2c

kde-apps/cantor: Add missing DEPEND

Upstream commit 7f154553d80ab6433a7124071d555182c3751a9b

Closes: https://bugs.gentoo.org/739532
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/cantor/{cantor-20.04.3.ebuild => cantor-20.04.3-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/cantor/cantor-20.04.3.ebuild b/kde-apps/cantor/cantor-20.04.3-r1.ebuild
similarity index 99%
rename from kde-apps/cantor/cantor-20.04.3.ebuild
rename to kde-apps/cantor/cantor-20.04.3-r1.ebuild
index 0980ffdc295..fa579218619 100644
--- a/kde-apps/cantor/cantor-20.04.3.ebuild
+++ b/kde-apps/cantor/cantor-20.04.3-r1.ebuild
@@ -25,6 +25,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 # TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
 DEPEND="
+	app-text/poppler[qt5]
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtprintsupport-${QTMIN}:5
 	>=dev-qt/qtsvg-${QTMIN}:5