summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p')
-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