projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
647d602
)
dev-python/aniso8601: PYTHON_COMPAT: add python3_6
author
Zac Medico
<zmedico@gentoo.org>
Mon, 13 Feb 2017 08:05:35 +0000
(
00:05
-0800)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 13 Feb 2017 08:06:19 +0000
(
00:06
-0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/aniso8601/aniso8601-1.2.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/aniso8601/aniso8601-1.2.0.ebuild
b/dev-python/aniso8601/aniso8601-1.2.0.ebuild
index 6f85e64a365d47fad4ffd544dc0ea4f24b3d96e6..9889781417bb886f758a76bcd3d58d5ac9038f4b 100644
(file)
--- a/
dev-python/aniso8601/aniso8601-1.2.0.ebuild
+++ b/
dev-python/aniso8601/aniso8601-1.2.0.ebuild
@@
-3,7
+3,7
@@
# $Id$
EAPI=6
-PYTHON_COMPAT=( python
{2_7,3_4,3_5
} pypy pypy3 )
+PYTHON_COMPAT=( python
2_7 python3_{4,5,6
} pypy pypy3 )
inherit distutils-r1