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 DC4361396D9 for ; Sun, 29 Oct 2017 18:40:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D202E0F32; Sun, 29 Oct 2017 18:40:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2D8C4E0F32 for ; Sun, 29 Oct 2017 18:40:52 +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 426A734164B for ; Sun, 29 Oct 2017 18:40:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06E80827 for ; Sun, 29 Oct 2017 18:40:49 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1509302429.bda8e5f721a0f3e57b69f0c6f2d7ce8f079a74c3.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenv-clone/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild X-VCS-Directories: dev-python/virtualenv-clone/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: bda8e5f721a0f3e57b69f0c6f2d7ce8f079a74c3 X-VCS-Branch: master Date: Sun, 29 Oct 2017 18:40:49 +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: d6c5d07a-76ef-4aed-b8d1-cb1547fac5f8 X-Archives-Hash: 5bffc30e85fee4a5aa3db18e51cf149c commit: bda8e5f721a0f3e57b69f0c6f2d7ce8f079a74c3 Author: Matthew Thode gentoo org> AuthorDate: Sun Oct 29 18:30:37 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Oct 29 18:40:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda8e5f7 dev-python/virtualenv-clone: support py36 as well Package-Manager: Portage-2.3.8, Repoman-2.3.4 dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild b/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild index e9804801e39..c86ecc743a5 100644 --- a/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild +++ b/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.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