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 25545139694 for ; Tue, 25 Jul 2017 11:27:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC0171FC06C; Tue, 25 Jul 2017 11:26:25 +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 AAFFA1FC06C for ; Tue, 25 Jul 2017 11:26:25 +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 26C0B341841 for ; Tue, 25 Jul 2017 11:26:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28E7774C8 for ; Tue, 25 Jul 2017 11:26:17 +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: <1500981969.7c8368df5769428d707ccc15e9dd8079a75564a3.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-1.2.ebuild X-VCS-Directories: app-text/paperwork-backend/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 7c8368df5769428d707ccc15e9dd8079a75564a3 X-VCS-Branch: master Date: Tue, 25 Jul 2017 11:26:17 +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-Archives-Salt: 374cf23e-87c9-4b60-9dc7-bfc79dcdba38 X-Archives-Hash: 7195960befe03a834173a389393d59b8 commit: 7c8368df5769428d707ccc15e9dd8079a75564a3 Author: Bernard Cafarelli gentoo org> AuthorDate: Tue Jul 25 10:09:44 2017 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Jul 25 11:26:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c8368df app-text/paperwork-backend: new dependency on dev-python/natsort Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-text/paperwork-backend/paperwork-backend-1.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/paperwork-backend/paperwork-backend-1.2.ebuild b/app-text/paperwork-backend/paperwork-backend-1.2.ebuild index efee35cbeaa..da6daad0240 100644 --- a/app-text/paperwork-backend/paperwork-backend-1.2.ebuild +++ b/app-text/paperwork-backend/paperwork-backend-1.2.ebuild @@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="app-text/poppler[introspection] + dev-python/natsort[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/pycairo[${PYTHON_USEDEP}] dev-python/pycountry[${PYTHON_USEDEP}]