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 CF54C1382C5 for ; Thu, 25 Feb 2021 12:17:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D30FE0919; Thu, 25 Feb 2021 12:17:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 EAF14E0919 for ; Thu, 25 Feb 2021 12:17:23 +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 12A9B340F1D for ; Thu, 25 Feb 2021 12:17:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EF70487 for ; Thu, 25 Feb 2021 12:17:21 +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: <1614255416.d57567b6245b55a7d14a0ad565e3ff872d8ea59f.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.7.0.ebuild X-VCS-Directories: app-text/pdfarranger/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: d57567b6245b55a7d14a0ad565e3ff872d8ea59f X-VCS-Branch: master Date: Thu, 25 Feb 2021 12:17:21 +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: 4ddf0208-393e-43df-9707-7c96f276e368 X-Archives-Hash: 1a754fb0c10f2a92e26978f71296ec75 commit: d57567b6245b55a7d14a0ad565e3ff872d8ea59f Author: Andrey Grozin gentoo org> AuthorDate: Thu Feb 25 12:16:16 2021 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Thu Feb 25 12:16:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d57567b6 app-text/pdfarranger: depend on dev-python/python-dateutil Closes: https://bugs.gentoo.org/771336 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andrey Grozin gentoo.org> app-text/pdfarranger/pdfarranger-1.7.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/pdfarranger/pdfarranger-1.7.0.ebuild b/app-text/pdfarranger/pdfarranger-1.7.0.ebuild index f3d0a8fa4fe..5c9c23369e9 100644 --- a/app-text/pdfarranger/pdfarranger-1.7.0.ebuild +++ b/app-text/pdfarranger/pdfarranger-1.7.0.ebuild @@ -21,6 +21,7 @@ RDEPEND=" dev-python/pikepdf[${PYTHON_USEDEP}] dev-python/pycairo[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP},cairo] + dev-python/python-dateutil[${PYTHON_USEDEP}] x11-libs/gtk+:3[introspection] x11-libs/pango[introspection] "