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 876291382C5 for ; Sun, 22 Apr 2018 18:00:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABF38E082F; Sun, 22 Apr 2018 18:00:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8478BE082F for ; Sun, 22 Apr 2018 18:00:14 +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 EC72C335C60 for ; Sun, 22 Apr 2018 18:00:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8998F1B3 for ; Sun, 22 Apr 2018 18:00:00 +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: <1524419995.080285d14e201a5e38cc309531a5c3cc742a6a3a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tagpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tagpy/tagpy-2013.1.ebuild X-VCS-Directories: dev-python/tagpy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 080285d14e201a5e38cc309531a5c3cc742a6a3a X-VCS-Branch: master Date: Sun, 22 Apr 2018 18:00:00 +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: 5e26269e-9507-4bad-8e33-27f257ef2524 X-Archives-Hash: 6d90e7294c4d66e8aec24b34fdcd9f44 commit: 080285d14e201a5e38cc309531a5c3cc742a6a3a Author: Michał Górny gentoo org> AuthorDate: Sun Apr 22 17:51:06 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 22 17:59:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080285d1 dev-python/tagpy: Enable python3.6 Closes: https://bugs.gentoo.org/635470 dev-python/tagpy/tagpy-2013.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tagpy/tagpy-2013.1.ebuild b/dev-python/tagpy/tagpy-2013.1.ebuild index 3f920efdb19..f68a1aea7f8 100644 --- a/dev-python/tagpy/tagpy-2013.1.ebuild +++ b/dev-python/tagpy/tagpy-2013.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1