projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2fa41b
)
dev-python/sphinx_celery: Add python3_6 to PYTHON_COMPAT
author
Zac Medico
<zmedico@gentoo.org>
Thu, 16 Mar 2017 06:56:20 +0000
(23:56 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 16 Mar 2017 07:09:52 +0000
(
00:09
-0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
index 33d915a60d9fef0d829ed331e07e62d06fded275..3510dda121e52882ca5e3bab7965049379ea24cf 100644
(file)
--- a/
dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
+++ b/
dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python
{2_7,3_4,3_5
} )
+PYTHON_COMPAT=( python
2_7 python3_{4,5,6
} )
inherit distutils-r1