diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-26 16:12:13 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-26 16:12:13 +0000 |
commit | e2f16bff6b83ae4380603cf39fb6a6193081b388 (patch) | |
tree | cc21909a4367ebffac61f6aba3c60103b173819f /net-news | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-e2f16bff6b83ae4380603cf39fb6a6193081b388.tar.gz gentoo-2-e2f16bff6b83ae4380603cf39fb6a6193081b388.tar.bz2 gentoo-2-e2f16bff6b83ae4380603cf39fb6a6193081b388.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/canto-curses/ChangeLog | 6 | ||||
-rw-r--r-- | 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 <pacho@gentoo.org> canto-curses-0.8.4.ebuild: + Support python 3.4 *canto-curses-0.8.4 (20 Feb 2014) 20 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> +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 |