Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenv-clone/
Date: Sun, 29 Oct 2017 18:40:52
Message-Id: 1509302429.bda8e5f721a0f3e57b69f0c6f2d7ce8f079a74c3.prometheanfire@gentoo
1 commit: bda8e5f721a0f3e57b69f0c6f2d7ce8f079a74c3
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 18:30:37 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 18:40:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda8e5f7
7
8 dev-python/virtualenv-clone: support py36 as well
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.4
11
12 dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild b/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild
16 index e9804801e39..c86ecc743a5 100644
17 --- a/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild
18 +++ b/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
24 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
25
26 inherit distutils-r1