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 E71CC1395E2 for ; Tue, 15 Nov 2016 20:31:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8DBAE0C1B; Tue, 15 Nov 2016 20:31:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 74C9EE0C1B for ; Tue, 15 Nov 2016 20:31:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 128A434114A for ; Tue, 15 Nov 2016 20:31:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3444F2EF for ; Tue, 15 Nov 2016 20:31:11 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1479241830.1d6a9adc8934a0df044287e761238e107634932e.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keyring/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keyring/keyring-10.0.2-r1.ebuild X-VCS-Directories: dev-python/keyring/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 1d6a9adc8934a0df044287e761238e107634932e X-VCS-Branch: master Date: Tue, 15 Nov 2016 20:31:11 +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: 3cd23240-a68d-4a95-8193-0ce917ca3ed4 X-Archives-Hash: 1ed2634d1505b2743f6697ffedc1aaab commit: 1d6a9adc8934a0df044287e761238e107634932e Author: Matthew Thode gentoo org> AuthorDate: Tue Nov 15 20:29:22 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Tue Nov 15 20:30:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6a9adc dev-python/keyring: remove pypy and pypy3 python impls I cannot test them and a dep was added, by me, that does was not tested for support of the python implimentations Package-Manager: portage-2.3.0 dev-python/keyring/keyring-10.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/keyring/keyring-10.0.2-r1.ebuild b/dev-python/keyring/keyring-10.0.2-r1.ebuild index 8ac52ed..6f63d2c 100644 --- a/dev-python/keyring/keyring-10.0.2-r1.ebuild +++ b/dev-python/keyring/keyring-10.0.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit distutils-r1