projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d0b707
)
dev-python/WSME: Support python 3.5
author
Pacho Ramos
<pacho@gentoo.org>
Sat, 8 Oct 2016 16:02:35 +0000
(18:02 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Sat, 8 Oct 2016 16:04:52 +0000
(18:04 +0200)
Package-Manager: portage-2.3.1
dev-python/WSME/WSME-0.8.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/WSME/WSME-0.8.0.ebuild
b/dev-python/WSME/WSME-0.8.0.ebuild
index 46b6f22d878ffb9226aa6203b5bab43f3bf4671c..376a003e42173fcf679801171cb0be135cd3cfb5 100644
(file)
--- a/
dev-python/WSME/WSME-0.8.0.ebuild
+++ b/
dev-python/WSME/WSME-0.8.0.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=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4
python3_5
)
inherit distutils-r1