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 5477413988E for ; Sun, 23 Aug 2015 03:08:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66E37E0885; 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 C968FE0886 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 E58633408B8 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 B2DAF169 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: <1440297720.f2867a63e62ec1421b54deb72e2e5ce9d23dccae.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-0.8.6.ebuild dev-python/cffi/cffi-1.1.2.ebuild dev-python/cffi/cffi-1.2.1.ebuild X-VCS-Directories: dev-python/cffi/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f2867a63e62ec1421b54deb72e2e5ce9d23dccae 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: c4a5db5c-b8e1-4a16-addf-167f5a040312 X-Archives-Hash: 1bc5e73e15584281aa74d85e700cd2be commit: f2867a63e62ec1421b54deb72e2e5ce9d23dccae Author: Sean Vig gmail com> AuthorDate: Sat Aug 22 18:51:39 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Aug 23 02:42:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2867a63 dev-python/cffi: Remove pypy from PYTHON_TARGETS pypy comes with cffi built-in, we should not build cffi for pypy dev-python/cffi/cffi-0.8.6.ebuild | 2 +- dev-python/cffi/cffi-1.1.2.ebuild | 2 +- dev-python/cffi/cffi-1.2.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/cffi/cffi-0.8.6.ebuild b/dev-python/cffi/cffi-0.8.6.ebuild index e7446c7..a7862a6 100644 --- a/dev-python/cffi/cffi-0.8.6.ebuild +++ b/dev-python/cffi/cffi-0.8.6.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 diff --git a/dev-python/cffi/cffi-1.1.2.ebuild b/dev-python/cffi/cffi-1.1.2.ebuild index 102dde7..23b82d8 100644 --- a/dev-python/cffi/cffi-1.1.2.ebuild +++ b/dev-python/cffi/cffi-1.1.2.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 diff --git a/dev-python/cffi/cffi-1.2.1.ebuild b/dev-python/cffi/cffi-1.2.1.ebuild index 4d1ec48..c39d04a 100644 --- a/dev-python/cffi/cffi-1.2.1.ebuild +++ b/dev-python/cffi/cffi-1.2.1.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1