From 0f75fee28ce2194ae9211dcc3f09c6950e6276e8 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 13 Oct 2013 08:00:08 +0000 Subject: Also compatible with python3_3 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) --- net-p2p/torrentinfo/ChangeLog | 5 ++++- net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'net-p2p/torrentinfo') diff --git a/net-p2p/torrentinfo/ChangeLog b/net-p2p/torrentinfo/ChangeLog index da77224f49d1..eb4d720c3538 100644 --- a/net-p2p/torrentinfo/ChangeLog +++ b/net-p2p/torrentinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/torrentinfo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.11 2013/06/25 12:52:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.12 2013/10/13 08:00:08 pacho Exp $ + + 13 Oct 2013; Pacho Ramos torrentinfo-1.8.6.ebuild: + Also compatible with python3_3 25 Jun 2013; Agostino Sarubbo torrentinfo-1.8.6.ebuild: Stable for amd64, wrt bug #474286 diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild index 1219068e5e36..3e4e84f04ec4 100644 --- a/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild +++ b/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild,v 1.3 2013/06/25 12:52:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild,v 1.4 2013/10/13 08:00:08 pacho Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad