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 7FA53139083 for ; Sat, 16 Dec 2017 21:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83F64E0C63; Sat, 16 Dec 2017 21:22:20 +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 6247FE0C63 for ; Sat, 16 Dec 2017 21:22:20 +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 32ECD33BF43 for ; Sat, 16 Dec 2017 21:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE4D3AE89 for ; Sat, 16 Dec 2017 21:22:17 +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: <1513459330.b3a5fdded5fbb8b98eb8d3d5df9a5b219f56369f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx/sphinx-1.5.2.ebuild dev-python/sphinx/sphinx-1.6.3-r2.ebuild X-VCS-Directories: dev-python/sphinx/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: b3a5fdded5fbb8b98eb8d3d5df9a5b219f56369f X-VCS-Branch: master Date: Sat, 16 Dec 2017 21:22:17 +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: 82135453-feed-43e0-947c-43381d82a639 X-Archives-Hash: c7ad543b9574e3a21b3bff7dc3a62710 commit: b3a5fdded5fbb8b98eb8d3d5df9a5b219f56369f Author: Mike Gilbert gentoo org> AuthorDate: Sat Dec 16 21:20:17 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Dec 16 21:22:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a5fdde dev-python/sphinx: restore pypy{,3} Package-Manager: Portage-2.3.19_p1, Repoman-2.3.6_p35 dev-python/sphinx/sphinx-1.5.2.ebuild | 2 +- dev-python/sphinx/sphinx-1.6.3-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinx/sphinx-1.5.2.ebuild b/dev-python/sphinx/sphinx-1.5.2.ebuild index 90b991d5aef..3c0a8444200 100644 --- a/dev-python/sphinx/sphinx-1.5.2.ebuild +++ b/dev-python/sphinx/sphinx-1.5.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 eutils versionator diff --git a/dev-python/sphinx/sphinx-1.6.3-r2.ebuild b/dev-python/sphinx/sphinx-1.6.3-r2.ebuild index a836d226043..2ee98564e8e 100644 --- a/dev-python/sphinx/sphinx-1.6.3-r2.ebuild +++ b/dev-python/sphinx/sphinx-1.6.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 eutils versionator