From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-950314-garchives=archives.gentoo.org@lists.gentoo.org> 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 6B364139694 for <garchives@archives.gentoo.org>; Tue, 16 May 2017 23:09:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8D9FE0CBD; Tue, 16 May 2017 23:09:26 +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 98341E0CBD for <gentoo-commits@lists.gentoo.org>; Tue, 16 May 2017 23:09:26 +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 D18783416B3 for <gentoo-commits@lists.gentoo.org>; Tue, 16 May 2017 23:09:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BD3B7449 for <gentoo-commits@lists.gentoo.org>; Tue, 16 May 2017 23:09:24 +0000 (UTC) From: "Manuel Rüger" <mrueg@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" <mrueg@gentoo.org> Message-ID: <1494976150.02f44fbafeeb9d4f1487fba501eb1178575bc9f6.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-sphinx-themes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.1.ebuild X-VCS-Directories: dev-python/flask-sphinx-themes/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 02f44fbafeeb9d4f1487fba501eb1178575bc9f6 X-VCS-Branch: master Date: Tue, 16 May 2017 23:09:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d86bb356-d8db-4ee1-8315-4c1411c59aee X-Archives-Hash: bcbb7538120225d30dca17678a0fa94d commit: 02f44fbafeeb9d4f1487fba501eb1178575bc9f6 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Tue May 16 23:09:10 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Tue May 16 23:09:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f44fba dev-python/flask-sphinx-themes: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.1.ebuild b/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.1.ebuild index 1659aeade2d..ab2570d7efc 100644 --- a/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.1.ebuild +++ b/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1