diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 08:00:08 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 08:00:08 +0000 |
commit | 0f75fee28ce2194ae9211dcc3f09c6950e6276e8 (patch) | |
tree | 03c673fc7591354ea098f7f41294f0db6c11c21e /net-p2p/torrentinfo | |
parent | Remove mask for app-editors/mg. (diff) | |
download | gentoo-2-0f75fee28ce2194ae9211dcc3f09c6950e6276e8.tar.gz gentoo-2-0f75fee28ce2194ae9211dcc3f09c6950e6276e8.tar.bz2 gentoo-2-0f75fee28ce2194ae9211dcc3f09c6950e6276e8.zip |
Also compatible with python3_3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-p2p/torrentinfo')
-rw-r--r-- | net-p2p/torrentinfo/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
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 <pacho@gentoo.org> torrentinfo-1.8.6.ebuild: + Also compatible with python3_3 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> 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 |