diff options
-rw-r--r-- | net-news/canto/ChangeLog | 8 | ||||
-rw-r--r-- | net-news/canto/canto-0.7.10.ebuild | 11 |
2 files changed, 14 insertions, 5 deletions
diff --git a/net-news/canto/ChangeLog b/net-news/canto/ChangeLog index eff1647a6b24..71dfd0683263 100644 --- a/net-news/canto/ChangeLog +++ b/net-news/canto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-news/canto -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/canto/ChangeLog,v 1.1 2010/08/11 14:06:59 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-news/canto/ChangeLog,v 1.2 2011/04/05 20:53:36 arfrever Exp $ + + 05 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + canto-0.7.10.ebuild: + Use Python 2 (bug #362225). *canto-0.7.10 (11 Aug 2010) diff --git a/net-news/canto/canto-0.7.10.ebuild b/net-news/canto/canto-0.7.10.ebuild index 2f69a5218667..9fd9a3dc7897 100644 --- a/net-news/canto/canto-0.7.10.ebuild +++ b/net-news/canto/canto-0.7.10.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/canto/canto-0.7.10.ebuild,v 1.1 2010/08/11 14:06:59 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/canto/canto-0.7.10.ebuild,v 1.2 2011/04/05 20:53:36 arfrever Exp $ -EAPI="2" +EAPI="3" PYTHON_DEPEND="2:2.5" @@ -20,3 +20,8 @@ IUSE="" DEPEND="sys-libs/ncurses[unicode] dev-python/chardet" RDEPEND="${DEPEND}" + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} |