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 299DE13835B for ; Thu, 20 May 2021 10:27:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 358CAE08F2; Thu, 20 May 2021 10:27:48 +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 1ED89E08F2 for ; Thu, 20 May 2021 10:27:48 +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 2351B340DA5 for ; Thu, 20 May 2021 10:27:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 642EB791 for ; Thu, 20 May 2021 10:27:45 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1621506459.843c334485fc6d0e41150b0f4f5dfb604c3412d9.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/paperwork-backend/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/paperwork-backend/paperwork-backend-2.0.2-r1.ebuild app-text/paperwork-backend/paperwork-backend-2.0.2.ebuild X-VCS-Directories: app-text/paperwork-backend/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 843c334485fc6d0e41150b0f4f5dfb604c3412d9 X-VCS-Branch: master Date: Thu, 20 May 2021 10:27:45 +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: b5503977-6217-41d4-9731-e3f1c33ce7d1 X-Archives-Hash: 338e49f8f2b1fd251a29d1858a7eeea8 commit: 843c334485fc6d0e41150b0f4f5dfb604c3412d9 Author: Bernard Cafarelli gentoo org> AuthorDate: Thu May 20 10:27:28 2021 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Thu May 20 10:27:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=843c3344 app-text/paperwork-backend: add psutil dep This is a new dependency in 2.0.2, reported by xgqt Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Bernard Cafarelli gentoo.org> ...{paperwork-backend-2.0.2.ebuild => paperwork-backend-2.0.2-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/paperwork-backend/paperwork-backend-2.0.2.ebuild b/app-text/paperwork-backend/paperwork-backend-2.0.2-r1.ebuild similarity index 96% rename from app-text/paperwork-backend/paperwork-backend-2.0.2.ebuild rename to app-text/paperwork-backend/paperwork-backend-2.0.2-r1.ebuild index dbded23925c..6b3c1b66ea7 100644 --- a/app-text/paperwork-backend/paperwork-backend-2.0.2.ebuild +++ b/app-text/paperwork-backend/paperwork-backend-2.0.2-r1.ebuild @@ -20,6 +20,7 @@ RDEPEND="app-text/poppler[introspection] dev-python/distro[${PYTHON_USEDEP}] dev-python/natsort[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] dev-python/pycairo[${PYTHON_USEDEP}] dev-python/pycountry[${PYTHON_USEDEP}] dev-python/pyenchant[${PYTHON_USEDEP}]