From e2f16bff6b83ae4380603cf39fb6a6193081b388 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 26 Nov 2014 16:12:13 +0000 Subject: Support python 3.4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) --- net-news/canto-curses/ChangeLog | 6 ++++-- net-news/canto-curses/canto-curses-0.8.4.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/net-news/canto-curses/ChangeLog b/net-news/canto-curses/ChangeLog index 855b2834ed7d..b30bf6c6fea8 100644 --- a/net-news/canto-curses/ChangeLog +++ b/net-news/canto-curses/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for net-news/canto-curses # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/canto-curses/ChangeLog,v 1.1 2014/02/20 20:29:44 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/canto-curses/ChangeLog,v 1.2 2014/11/26 16:12:13 pacho Exp $ + + 26 Nov 2014; Pacho Ramos canto-curses-0.8.4.ebuild: + Support python 3.4 *canto-curses-0.8.4 (20 Feb 2014) 20 Feb 2014; Sergey Popov +canto-curses-0.8.4.ebuild, +metadata.xml: Initial commit, wrt bug #462028 - diff --git a/net-news/canto-curses/canto-curses-0.8.4.ebuild b/net-news/canto-curses/canto-curses-0.8.4.ebuild index 91a88f1a2970..71551e6a51e2 100644 --- a/net-news/canto-curses/canto-curses-0.8.4.ebuild +++ b/net-news/canto-curses/canto-curses-0.8.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/canto-curses/canto-curses-0.8.4.ebuild,v 1.1 2014/02/20 20:29:44 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/canto-curses/canto-curses-0.8.4.ebuild,v 1.2 2014/11/26 16:12:13 pacho Exp $ EAPI="5" -PYTHON_COMPAT=( python{3_2,3_3} ) +PYTHON_COMPAT=( python{3_2,3_3,3_4} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 -- cgit v1.2.3-65-gdbad