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 6BD631388C2 for ; Fri, 6 Nov 2015 10:44:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 549F121C01B; Fri, 6 Nov 2015 10:44:49 +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 E773D21C01B for ; Fri, 6 Nov 2015 10:44:47 +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 E40F4340691 for ; Fri, 6 Nov 2015 10:44:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C127A21E4 for ; Fri, 6 Nov 2015 10:44:43 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1446806680.d03b126d51ab4157a6d8997d77afd1a995463484.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gevent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gevent/gevent-1.1_beta6.ebuild X-VCS-Directories: dev-python/gevent/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d03b126d51ab4157a6d8997d77afd1a995463484 X-VCS-Branch: master Date: Fri, 6 Nov 2015 10:44:43 +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: 52d237d4-c8cf-46de-b11b-baae8f7ecd3f X-Archives-Hash: c2dbd9d4ac9f543e9083cb2d5e39c4a3 commit: d03b126d51ab4157a6d8997d77afd1a995463484 Author: Justin Lecher gentoo org> AuthorDate: Fri Nov 6 10:41:49 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Nov 6 10:44:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d03b126d dev-python/gevent: Version Bump Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/gevent/gevent-1.1_beta6.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/gevent/gevent-1.1_beta6.ebuild b/dev-python/gevent/gevent-1.1_beta6.ebuild index f184f21..1d890d0 100644 --- a/dev-python/gevent/gevent-1.1_beta6.ebuild +++ b/dev-python/gevent/gevent-1.1_beta6.ebuild @@ -37,7 +37,9 @@ RESTRICT="test" S=${WORKDIR}/${MY_P} python_prepare_all() { - rm -r {libev,c-ares} || die + export LIBEV_EMBED="false" + export CARES_EMBED="false" + export EMBED="false" distutils-r1_python_prepare_all }