From f1a4de730d515666f8f0eac19bf1ce3f17e671ba Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Tue, 25 Nov 2014 09:23:14 +0000 Subject: Support python 3.4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) --- dev-python/manuel/ChangeLog | 5 ++++- dev-python/manuel/manuel-1.7.1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'dev-python/manuel') diff --git a/dev-python/manuel/ChangeLog b/dev-python/manuel/ChangeLog index 3d0e87003932..66fcdfc9ebb1 100644 --- a/dev-python/manuel/ChangeLog +++ b/dev-python/manuel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/manuel # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/ChangeLog,v 1.12 2014/08/10 21:13:40 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/ChangeLog,v 1.13 2014/11/25 09:23:14 pacho Exp $ + + 25 Nov 2014; Pacho Ramos manuel-1.7.1.ebuild: + Support python 3.4 10 Aug 2014; Sergei Trofimovich manuel-1.7.1.ebuild: QA: drop trailing '.' from DESCRIPTION diff --git a/dev-python/manuel/manuel-1.7.1.ebuild b/dev-python/manuel/manuel-1.7.1.ebuild index 3e2713e66de6..2cdeecf54210 100644 --- a/dev-python/manuel/manuel-1.7.1.ebuild +++ b/dev-python/manuel/manuel-1.7.1.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/manuel/manuel-1.7.1.ebuild,v 1.7 2014/08/10 21:13:40 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/manuel-1.7.1.ebuild,v 1.8 2014/11/25 09:23:14 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python2_{6,7} python{3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python2_{6,7} python{3_2,3_3,3_4} pypy pypy2_0 ) inherit distutils-r1 eutils -- cgit v1.2.3-65-gdbad