summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-26 16:14:20 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-26 16:14:20 +0000
commit8987f1b37fe41538c21977129071274f5f4261e7 (patch)
treeb494ce4f0267bb051e8d1da64efa62c84d7c93d1 /net-p2p/torrentinfo
parentKeep one major version for older releases. Add pax marking for lli-child-targ... (diff)
downloadgentoo-2-8987f1b37fe41538c21977129071274f5f4261e7.tar.gz
gentoo-2-8987f1b37fe41538c21977129071274f5f4261e7.tar.bz2
gentoo-2-8987f1b37fe41538c21977129071274f5f4261e7.zip
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-p2p/torrentinfo')
-rw-r--r--net-p2p/torrentinfo/ChangeLog5
-rw-r--r--net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/torrentinfo/ChangeLog b/net-p2p/torrentinfo/ChangeLog
index ceeca2184d58..6ea3537d923d 100644
--- a/net-p2p/torrentinfo/ChangeLog
+++ b/net-p2p/torrentinfo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/torrentinfo
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.15 2014/07/06 12:54:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.16 2014/11/26 16:14:20 pacho Exp $
+
+ 26 Nov 2014; Pacho Ramos <pacho@gentoo.org> torrentinfo-1.8.6.ebuild:
+ Support python 3.4
06 Jul 2014; Michał Górny <mgorny@gentoo.org> torrentinfo-1.8.4.ebuild,
torrentinfo-1.8.6.ebuild:
diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild
index cbaf22a908af..e4f2b8dfa125 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-2014 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.6 2014/07/06 12:54:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild,v 1.7 2014/11/26 16:14:20 pacho Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1