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 CEAAA139696 for ; Thu, 20 Apr 2017 17:01:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C756EE0D1F; Thu, 20 Apr 2017 17:01:24 +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 9BA18E0CEB for ; Thu, 20 Apr 2017 17:01:24 +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 8E695341692 for ; Thu, 20 Apr 2017 17:01:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 265F3743C for ; Thu, 20 Apr 2017 17:01:22 +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: <1492707674.59a4300956b06ffb41569487b0f43175f5afcade.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asset/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/asset/asset-0.6.11.ebuild X-VCS-Directories: dev-python/asset/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 59a4300956b06ffb41569487b0f43175f5afcade X-VCS-Branch: master Date: Thu, 20 Apr 2017 17:01:22 +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: 53166073-ec29-4203-a5e0-da9678fc3602 X-Archives-Hash: 8db19f8a5eaf29d92ff8d1f7f078fedd commit: 59a4300956b06ffb41569487b0f43175f5afcade Author: Michał Górny gentoo org> AuthorDate: Thu Apr 20 16:39:22 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Apr 20 17:01:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a43009 dev-python/asset: Tested on py3.5 & py3.6 dev-python/asset/asset-0.6.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/asset/asset-0.6.11.ebuild b/dev-python/asset/asset-0.6.11.ebuild index 99da59be868..cb84e9863a9 100644 --- a/dev-python/asset/asset-0.6.11.ebuild +++ b/dev-python/asset/asset-0.6.11.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) inherit distutils-r1