From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1435329-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id EA84E158012
	for <garchives@archives.gentoo.org>; Sat, 10 Sep 2022 17:30:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C8505E08BB;
	Sat, 10 Sep 2022 17:30:05 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B2A92E08BB
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Sep 2022 17:30:05 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id D5AFB340A85
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Sep 2022 17:30:04 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F657560
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Sep 2022 17:30:02 +0000 (UTC)
From: "Florian Schmaus" <flow@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, "Florian Schmaus" <flow@gentoo.org>
Message-ID: <1662830974.75a9b54214a02b4168f48b04693a51f61f6d01f2.flow@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdftk/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-text/pdftk/pdftk-3.3.2-r1.ebuild
X-VCS-Directories: app-text/pdftk/
X-VCS-Committer: flow
X-VCS-Committer-Name: Florian Schmaus
X-VCS-Revision: 75a9b54214a02b4168f48b04693a51f61f6d01f2
X-VCS-Branch: master
Date: Sat, 10 Sep 2022 17:30:02 +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: ab34abc4-abc2-4185-8ae5-b1be03d3fe93
X-Archives-Hash: 3c7253e7d2bc95e492b6cd5934c60779

commit:     75a9b54214a02b4168f48b04693a51f61f6d01f2
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 17:29:14 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 17:29:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a9b542

app-text/pdftk: add missing poppler[cairo] test dep

Closes: https://bugs.gentoo.org/869290
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-text/pdftk/pdftk-3.3.2-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/pdftk/pdftk-3.3.2-r1.ebuild b/app-text/pdftk/pdftk-3.3.2-r1.ebuild
index 0c5ad3c5f4df..281e7ea1e3aa 100644
--- a/app-text/pdftk/pdftk-3.3.2-r1.ebuild
+++ b/app-text/pdftk/pdftk-3.3.2-r1.ebuild
@@ -31,6 +31,7 @@ DEPEND="
 	>=virtual/jdk-1.8:*
 	${CP_DEPEND}
 	test? (
+		app-text/poppler[cairo]
 		dev-java/system-rules:0
 	)
 "