diff options
author | 2014-11-28 09:58:30 +0000 | |
---|---|---|
committer | 2014-11-28 09:58:30 +0000 | |
commit | da12be152b10029b2f3b11481312e6f3a9af6ed5 (patch) | |
tree | fdbe1303f0b2daa4e0cc9d9bdb73d28b9de298d1 /dev-python/WSME | |
parent | add missing pa_test dep, bug #530950 (diff) | |
download | gentoo-2-da12be152b10029b2f3b11481312e6f3a9af6ed5.tar.gz gentoo-2-da12be152b10029b2f3b11481312e6f3a9af6ed5.tar.bz2 gentoo-2-da12be152b10029b2f3b11481312e6f3a9af6ed5.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/WSME')
-rw-r--r-- | dev-python/WSME/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/WSME/WSME-0.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/WSME/ChangeLog b/dev-python/WSME/ChangeLog index ba472618fa85..d3a69a934177 100644 --- a/dev-python/WSME/ChangeLog +++ b/dev-python/WSME/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/WSME # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/WSME/ChangeLog,v 1.3 2014/11/24 20:50:35 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/WSME/ChangeLog,v 1.4 2014/11/28 09:58:30 pacho Exp $ + + 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> WSME-0.6.2.ebuild: + Support python 3.4 24 Nov 2014; Matthew Thode <prometheanfire@gentoo.org> WSME-0.6.2.ebuild: fixes 530210, adding missing dep that was preventing install diff --git a/dev-python/WSME/WSME-0.6.2.ebuild b/dev-python/WSME/WSME-0.6.2.ebuild index f17795c52f37..3f79b86724ac 100644 --- a/dev-python/WSME/WSME-0.6.2.ebuild +++ b/dev-python/WSME/WSME-0.6.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/WSME/WSME-0.6.2.ebuild,v 1.3 2014/11/24 20:50:35 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/WSME/WSME-0.6.2.ebuild,v 1.4 2014/11/28 09:58:30 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 |