projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc7d36a
)
dev-python/pyphen: Add py3.5 support
author
Patrick Lauer
<patrick@gentoo.org>
Wed, 29 Jun 2016 09:47:13 +0000
(11:47 +0200)
committer
Patrick Lauer
<patrick@gentoo.org>
Wed, 29 Jun 2016 09:47:13 +0000
(11:47 +0200)
Package-Manager: portage-2.3.0
dev-python/pyphen/pyphen-0.9.4.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pyphen/pyphen-0.9.4.ebuild
b/dev-python/pyphen/pyphen-0.9.4.ebuild
index acd50c027d6ece8352be1f0acb90240d62f7707a..d86c01058d752d8d770ec1126814a728ea4538ab 100644
(file)
--- a/
dev-python/pyphen/pyphen-0.9.4.ebuild
+++ b/
dev-python/pyphen/pyphen-0.9.4.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
6
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4
,3_5
} )
inherit distutils-r1