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 83CD31395E3 for ; Wed, 30 Nov 2016 18:06:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E4C121C0B2; Wed, 30 Nov 2016 18:06:02 +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 53BA021C0B2 for ; Wed, 30 Nov 2016 18:05:57 +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 657F7341117 for ; Wed, 30 Nov 2016 18:05:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D8EC24C1 for ; Wed, 30 Nov 2016 18:05:52 +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: <1480529144.27ea902f78f3ff35bdc81418bbdf88e9c3d9dd9a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_rtd_theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild X-VCS-Directories: dev-python/sphinx_rtd_theme/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 27ea902f78f3ff35bdc81418bbdf88e9c3d9dd9a X-VCS-Branch: master Date: Wed, 30 Nov 2016 18:05:52 +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: a31fcc84-2a0f-4800-a091-7f1423c38253 X-Archives-Hash: 57f1fa805bb1e32b92ceda898e844c84 commit: 27ea902f78f3ff35bdc81418bbdf88e9c3d9dd9a Author: Michał Górny gentoo org> AuthorDate: Wed Nov 30 17:36:36 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 30 18:05:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ea902f dev-python/sphinx_rtd_theme: Enable pypy3 dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild index 5a2f52f..17aa586 100644 --- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild +++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} ) inherit distutils-r1