diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-04-19 16:56:58 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-04-19 16:56:58 +0000 |
commit | 9f9308a6659e6d162dc91f5660cd5c60ed79e4d3 (patch) | |
tree | 953d341af1d1ef022136742abbf398f2cf3caa53 /net-p2p/torrentinfo | |
parent | Delete older ebuilds. (diff) | |
download | gentoo-2-9f9308a6659e6d162dc91f5660cd5c60ed79e4d3.tar.gz gentoo-2-9f9308a6659e6d162dc91f5660cd5c60ed79e4d3.tar.bz2 gentoo-2-9f9308a6659e6d162dc91f5660cd5c60ed79e4d3.zip |
Fix python dependencies wrt bug #315867
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/torrentinfo')
-rw-r--r-- | net-p2p/torrentinfo/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-p2p/torrentinfo/ChangeLog b/net-p2p/torrentinfo/ChangeLog index 801cccd2ba55..48e108f8cdd2 100644 --- a/net-p2p/torrentinfo/ChangeLog +++ b/net-p2p/torrentinfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/torrentinfo -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.3 2009/08/18 22:23:08 fauli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.4 2010/04/19 16:56:58 hwoarang Exp $ + + 19 Apr 2010; Markos Chandras <hwoarang@gentoo.org> + torrentinfo-1.0.2.ebuild: + Fix python dependencies wrt bug #315867 18 Aug 2009; Christian Faulhammer <fauli@gentoo.org> torrentinfo-1.0.2.ebuild: diff --git a/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild b/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild index d09870875e47..89818846a13a 100644 --- a/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild +++ b/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.3 2009/08/18 22:23:08 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.0.2.ebuild,v 1.4 2010/04/19 16:56:58 hwoarang Exp $ + +PYTHON_DEPEND="2:2.6" inherit distutils |