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 6BF291396D9 for ; Thu, 19 Oct 2017 18:39:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE3DB2BC049; Thu, 19 Oct 2017 18:39:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9C1422BC049 for ; Thu, 19 Oct 2017 18:39: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 7263C33BF3C for ; Thu, 19 Oct 2017 18:39:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 315F3324 for ; Thu, 19 Oct 2017 18:39:24 +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: <1508438354.f28f2b6288eac032a112dbb945317f53f7c20005.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-musicbrainz-ngs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild X-VCS-Directories: dev-python/python-musicbrainz-ngs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f28f2b6288eac032a112dbb945317f53f7c20005 X-VCS-Branch: master Date: Thu, 19 Oct 2017 18:39:24 +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: e01c6b7e-0343-49c5-b892-8c5b53a09337 X-Archives-Hash: 8cbdacb93a4f9aa55d4b5c4ef9a51f0a commit: f28f2b6288eac032a112dbb945317f53f7c20005 Author: Gerion Entrup flump de> AuthorDate: Thu Oct 19 18:03:52 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 19 18:39:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28f2b62 dev-python/python-musicbrainz-ngs: enable Python 3.6 support Closes: https://bugs.gentoo.org/633614 dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild b/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild index 56616c60b91..9f634440ae1 100644 --- a/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild +++ b/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1