projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec191bd
)
dev-python/paramunittest: Enable py3.5 & py3.6
author
Michał Górny
<mgorny@gentoo.org>
Wed, 26 Apr 2017 15:29:05 +0000
(17:29 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 26 Apr 2017 16:33:56 +0000
(18:33 +0200)
dev-python/paramunittest/paramunittest-0.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/paramunittest/paramunittest-0.2.ebuild
b/dev-python/paramunittest/paramunittest-0.2.ebuild
index d7a01654ac548f19125ea275d10847e49c2aa76d..6162a6b0153b3d2ecf862213248a3fa59bb0e585 100644
(file)
--- a/
dev-python/paramunittest/paramunittest-0.2.ebuild
+++ b/
dev-python/paramunittest/paramunittest-0.2.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=( python2_7 python3_
4
)
+PYTHON_COMPAT=( python2_7 python3_
{4,5,6}
)
inherit distutils-r1