projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50be0bc
)
dev-python/doc8: Add python3_6 to PYTHON_COMPAT
author
Zac Medico
<zmedico@gentoo.org>
Sun, 12 Mar 2017 21:41:22 +0000
(14:41 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 13 Mar 2017 01:30:16 +0000
(18:30 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/doc8/doc8-0.6.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/doc8/doc8-0.6.0.ebuild
b/dev-python/doc8/doc8-0.6.0.ebuild
index 0f0f8ffa761808367a054cf484f3cc214ac71a50..ee72ef49e1e3a9166264c1bcef4497bfa6b80b36 100644
(file)
--- a/
dev-python/doc8/doc8-0.6.0.ebuild
+++ b/
dev-python/doc8/doc8-0.6.0.ebuild
@@
-1,8
+1,8
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python
{2_7,3_{4,5}
} )
+PYTHON_COMPAT=( python
2_7 python3_{4,5,6
} )
inherit distutils-r1