From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D14BA13988E for ; Sun, 23 Aug 2015 03:08:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6808AE0886; Sun, 23 Aug 2015 03:08:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8A93E0885 for ; Sun, 23 Aug 2015 03:08:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2F853408A6 for ; Sun, 23 Aug 2015 03:08:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0973168 for ; Sun, 23 Aug 2015 03:08:53 +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: <1440297719.9d591e040ad1c2683524f18b7131be3a1c670608.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xcffib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xcffib/xcffib-0.1.10.ebuild dev-python/xcffib/xcffib-0.2.0.ebuild dev-python/xcffib/xcffib-0.2.1.ebuild dev-python/xcffib/xcffib-0.2.5.ebuild dev-python/xcffib/xcffib-0.3.2.ebuild dev-python/xcffib/xcffib-0.3.4.ebuild X-VCS-Directories: dev-python/xcffib/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9d591e040ad1c2683524f18b7131be3a1c670608 X-VCS-Branch: master Date: Sun, 23 Aug 2015 03:08:53 +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: b01466d3-de79-48ca-8145-67facb3a73ed X-Archives-Hash: e37831dbf88406f9cc388f795f2ed551 commit: 9d591e040ad1c2683524f18b7131be3a1c670608 Author: Sean Vig gmail com> AuthorDate: Sat Aug 22 23:21:42 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Aug 23 02:41:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d591e04 dev-python/xcffib: Don't enable pypy Python target on dev-python/cffi dev-python/xcffib/xcffib-0.1.10.ebuild | 2 +- dev-python/xcffib/xcffib-0.2.0.ebuild | 2 +- dev-python/xcffib/xcffib-0.2.1.ebuild | 2 +- dev-python/xcffib/xcffib-0.2.5.ebuild | 5 +++-- dev-python/xcffib/xcffib-0.3.2.ebuild | 3 ++- dev-python/xcffib/xcffib-0.3.4.ebuild | 3 ++- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/dev-python/xcffib/xcffib-0.1.10.ebuild b/dev-python/xcffib/xcffib-0.1.10.ebuild index 481f7ea..13222ea 100644 --- a/dev-python/xcffib/xcffib-0.1.10.ebuild +++ b/dev-python/xcffib/xcffib-0.1.10.ebuild @@ -19,7 +19,7 @@ IUSE="" COMMON_DEPEND="x11-libs/libxcb" RDEPEND=" - >=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}] + $(python_gen_cond_dep '>=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}]' 'python*') dev-python/six[${PYTHON_USEDEP}] ${COMMON_DEPEND}" DEPEND=" diff --git a/dev-python/xcffib/xcffib-0.2.0.ebuild b/dev-python/xcffib/xcffib-0.2.0.ebuild index 1b041db..621063b 100644 --- a/dev-python/xcffib/xcffib-0.2.0.ebuild +++ b/dev-python/xcffib/xcffib-0.2.0.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" COMMON_DEPEND="x11-libs/libxcb" RDEPEND=" - >=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}] + $(python_gen_cond_dep '>=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}]' 'python*') dev-python/six[${PYTHON_USEDEP}] ${COMMON_DEPEND}" DEPEND=" diff --git a/dev-python/xcffib/xcffib-0.2.1.ebuild b/dev-python/xcffib/xcffib-0.2.1.ebuild index 1b041db..621063b 100644 --- a/dev-python/xcffib/xcffib-0.2.1.ebuild +++ b/dev-python/xcffib/xcffib-0.2.1.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" COMMON_DEPEND="x11-libs/libxcb" RDEPEND=" - >=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}] + $(python_gen_cond_dep '>=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}]' 'python*') dev-python/six[${PYTHON_USEDEP}] ${COMMON_DEPEND}" DEPEND=" diff --git a/dev-python/xcffib/xcffib-0.2.5.ebuild b/dev-python/xcffib/xcffib-0.2.5.ebuild index 86b41e4..9052d50 100644 --- a/dev-python/xcffib/xcffib-0.2.5.ebuild +++ b/dev-python/xcffib/xcffib-0.2.5.ebuild @@ -20,8 +20,9 @@ IUSE="test" COMMON_DEPEND="x11-libs/libxcb" RDEPEND=" - >=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}] - =dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}]' 'python*') + $(python_gen_cond_dep '