summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild')
-rw-r--r--net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild b/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild
index 16c97a3ddd69..c98e8b5771c9 100644
--- a/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild
+++ b/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild,v 1.5 2010/04/22 17:50:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild,v 1.6 2010/10/10 19:07:07 arfrever Exp $
+EAPI="3"
PYTHON_DEPEND="2:2.6"
-inherit python distutils
+inherit distutils
DESCRIPTION="A torrent file parser"
HOMEPAGE="http://vrai.net/project.php?project=torrentinfo"
@@ -17,4 +18,5 @@ IUSE=""
pkg_setup() {
python_set_active_version 2
+ python_pkg_setup
}