summaryrefslogtreecommitdiff
path: root/dev-python/WSME/WSME-0.8.0.ebuild
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-08 18:02:35 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-08 18:04:52 +0200
commitb9d13b96fa680be1720949217787a18b3b9815e9 (patch)
treec1d7eeeb6b30786079d6ed9f23061443bf5195b0 /dev-python/WSME/WSME-0.8.0.ebuild
parent8d0b707fbadd9b46c97734594bd4d332eb3bdf5b (diff)
downloadgentoo-b9d13b96fa680be1720949217787a18b3b9815e9.tar.gz
gentoo-b9d13b96fa680be1720949217787a18b3b9815e9.tar.xz
dev-python/WSME: Support python 3.5
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-python/WSME/WSME-0.8.0.ebuild')
-rw-r--r--dev-python/WSME/WSME-0.8.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/WSME/WSME-0.8.0.ebuild b/dev-python/WSME/WSME-0.8.0.ebuild
index 46b6f22d878..376a003e421 100644
--- a/dev-python/WSME/WSME-0.8.0.ebuild
+++ b/dev-python/WSME/WSME-0.8.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 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