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 0CB65139694 for ; Tue, 1 Aug 2017 20:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D333E0F53; Tue, 1 Aug 2017 20:07:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D342E0F53 for ; Tue, 1 Aug 2017 20:07:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15080341882 for ; Tue, 1 Aug 2017 20:07:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2261475B7 for ; Tue, 1 Aug 2017 20:06:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501618009.997776dbb539dea288d2ffe42c606fa6637d764a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/genty/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/genty/genty-1.3.2.ebuild X-VCS-Directories: dev-python/genty/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 997776dbb539dea288d2ffe42c606fa6637d764a X-VCS-Branch: master Date: Tue, 1 Aug 2017 20:06:58 +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: b434b850-1acd-4144-9f3f-c9187c9492a6 X-Archives-Hash: e07e1c7857bbd180b02683a90bfd283e commit: 997776dbb539dea288d2ffe42c606fa6637d764a Author: Michał Górny gentoo org> AuthorDate: Tue Aug 1 18:59:24 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 1 20:06:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997776db dev-python/genty: Tested on pypy & pypy3 dev-python/genty/genty-1.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/genty/genty-1.3.2.ebuild b/dev-python/genty/genty-1.3.2.ebuild index 85ab5be6c01..f178f57fedd 100644 --- a/dev-python/genty/genty-1.3.2.ebuild +++ b/dev-python/genty/genty-1.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1