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 DA491138350 for ; Mon, 24 Feb 2020 12:33:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BCEBE0899; Mon, 24 Feb 2020 12:33:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 06B29E0899 for ; Mon, 24 Feb 2020 12:33:21 +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 DD65234F102 for ; Mon, 24 Feb 2020 12:33:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05404170 for ; Mon, 24 Feb 2020 12:33:18 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1582547565.1c96ac0ce93279170b2aec70484d76962e58178d.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdfarranger/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/pdfarranger/pdfarranger-1.3.1.ebuild X-VCS-Directories: app-text/pdfarranger/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 1c96ac0ce93279170b2aec70484d76962e58178d X-VCS-Branch: master Date: Mon, 24 Feb 2020 12:33:18 +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: d68c878b-3caa-4132-ac99-5e83f4ebf856 X-Archives-Hash: 9aecf6a69f1e6facfe7b230ccfd80bc2 commit: 1c96ac0ce93279170b2aec70484d76962e58178d Author: Andrey Grozin gentoo org> AuthorDate: Mon Feb 24 12:32:45 2020 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Mon Feb 24 12:32:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c96ac0c app-text/pdfarranger: depend on poppler[cairo] Suggested-by: Bruce ledworklights.com> Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andrey Grozin gentoo.org> app-text/pdfarranger/pdfarranger-1.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/pdfarranger/pdfarranger-1.3.1.ebuild b/app-text/pdfarranger/pdfarranger-1.3.1.ebuild index 5b8bc956ae5..d42ba6dcc63 100644 --- a/app-text/pdfarranger/pdfarranger-1.3.1.ebuild +++ b/app-text/pdfarranger/pdfarranger-1.3.1.ebuild @@ -17,6 +17,6 @@ RDEPEND="dev-python/pikepdf[${PYTHON_USEDEP}] dev-python/pycairo[${PYTHON_USEDEP}] x11-libs/gtk+:3[introspection] x11-libs/pango[introspection] - app-text/poppler[introspection]" + app-text/poppler[introspection,cairo]" DEPEND="${RDEPEND} dev-python/python-distutils-extra[${PYTHON_USEDEP}]"