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 A518F139694 for ; Tue, 23 May 2017 16:07:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 868C4E0C31; Tue, 23 May 2017 16:07:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60835E0C31 for ; Tue, 23 May 2017 16:07:37 +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 0B814341767 for ; Tue, 23 May 2017 16:07:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0B837459 for ; Tue, 23 May 2017 16:07:34 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1495555653.cda4d43190aa94d0bfd445b1c8774b76da117848.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cffi/cffi-1.10.0.ebuild dev-python/cffi/cffi-1.5.2.ebuild dev-python/cffi/cffi-1.9.1.ebuild X-VCS-Directories: dev-python/cffi/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: cda4d43190aa94d0bfd445b1c8774b76da117848 X-VCS-Branch: master Date: Tue, 23 May 2017 16:07:34 +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: f90d1433-5136-4b0c-9915-223ac3daf7a6 X-Archives-Hash: e44af90c2fa8d04296778c0307760e9c commit: cda4d43190aa94d0bfd445b1c8774b76da117848 Author: Mike Gilbert gentoo org> AuthorDate: Tue May 23 16:07:17 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue May 23 16:07:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda4d431 dev-python/cffi: depend on virtual/pkgconfig Bug: https://bugs.gentoo.org/619350 Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69 dev-python/cffi/cffi-1.10.0.ebuild | 1 + dev-python/cffi/cffi-1.5.2.ebuild | 1 + dev-python/cffi/cffi-1.9.1.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-python/cffi/cffi-1.10.0.ebuild b/dev-python/cffi/cffi-1.10.0.ebuild index 67440aaefe5..3153dd22836 100644 --- a/dev-python/cffi/cffi-1.10.0.ebuild +++ b/dev-python/cffi/cffi-1.10.0.ebuild @@ -22,6 +22,7 @@ RDEPEND=" virtual/libffi dev-python/pycparser[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} + virtual/pkgconfig doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/pytest[${PYTHON_USEDEP}] )" diff --git a/dev-python/cffi/cffi-1.5.2.ebuild b/dev-python/cffi/cffi-1.5.2.ebuild index 50e1e713d4a..a7abea63940 100644 --- a/dev-python/cffi/cffi-1.5.2.ebuild +++ b/dev-python/cffi/cffi-1.5.2.ebuild @@ -22,6 +22,7 @@ RDEPEND=" virtual/libffi dev-python/pycparser[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} + virtual/pkgconfig doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/pytest[${PYTHON_USEDEP}] )" diff --git a/dev-python/cffi/cffi-1.9.1.ebuild b/dev-python/cffi/cffi-1.9.1.ebuild index 5f490371083..9b673d139be 100644 --- a/dev-python/cffi/cffi-1.9.1.ebuild +++ b/dev-python/cffi/cffi-1.9.1.ebuild @@ -22,6 +22,7 @@ RDEPEND=" virtual/libffi dev-python/pycparser[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} + virtual/pkgconfig doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/pytest[${PYTHON_USEDEP}] )"