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 DA8B61384B4 for ; Tue, 10 Nov 2015 10:54:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2594A21C01A; Tue, 10 Nov 2015 10:54:28 +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 E0CF221C004 for ; Tue, 10 Nov 2015 10:54:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DB4B340634 for ; Tue, 10 Nov 2015 10:54:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8FBC241D for ; Tue, 10 Nov 2015 10:54:20 +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: <1447152849.10ab0734ec0bdca981b09846afa0a8447dd1e97b.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asyncio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/asyncio/asyncio-3.4.2.ebuild dev-python/asyncio/asyncio-3.4.3.ebuild X-VCS-Directories: dev-python/asyncio/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 10ab0734ec0bdca981b09846afa0a8447dd1e97b X-VCS-Branch: master Date: Tue, 10 Nov 2015 10:54:20 +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: 43efb548-5165-4ec8-bbf2-dcd07cf873da X-Archives-Hash: 0470dbfce20d9955514416b86fa2e386 commit: 10ab0734ec0bdca981b09846afa0a8447dd1e97b Author: Justin Lecher gentoo org> AuthorDate: Tue Nov 10 09:07:07 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Nov 10 10:54:09 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ab0734 dev-python/asyncio: Drop impl with native support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/asyncio/asyncio-3.4.2.ebuild | 2 +- dev-python/asyncio/asyncio-3.4.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/asyncio/asyncio-3.4.2.ebuild b/dev-python/asyncio/asyncio-3.4.2.ebuild index ec42808..5d2c10a 100644 --- a/dev-python/asyncio/asyncio-3.4.2.ebuild +++ b/dev-python/asyncio/asyncio-3.4.2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_{3,4} ) +PYTHON_COMPAT=( python3_3 ) inherit distutils-r1 diff --git a/dev-python/asyncio/asyncio-3.4.3.ebuild b/dev-python/asyncio/asyncio-3.4.3.ebuild index 9e047b7..88ff1b3 100644 --- a/dev-python/asyncio/asyncio-3.4.3.ebuild +++ b/dev-python/asyncio/asyncio-3.4.3.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_{3,4} ) +PYTHON_COMPAT=( python3_3 ) inherit distutils-r1