diff options
author | 2007-06-24 10:21:16 +0000 | |
---|---|---|
committer | 2007-06-24 10:21:16 +0000 | |
commit | 24f909a6c7774c762b1542babd4e6e52df24bd9d (patch) | |
tree | b6a6f98fbf711a0c1093f2fba485813a40082cfc /dev-util | |
parent | Add init work patch thanks to Ryan Hendrickson <rhendric@mit.edu> in bug 182866 (diff) | |
download | gentoo-2-24f909a6c7774c762b1542babd4e6e52df24bd9d.tar.gz gentoo-2-24f909a6c7774c762b1542babd4e6e52df24bd9d.tar.bz2 gentoo-2-24f909a6c7774c762b1542babd4e6e52df24bd9d.zip |
Fix need python 2.4
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/hgsvn/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/hgsvn/hgsvn-0.1.3.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-util/hgsvn/ChangeLog b/dev-util/hgsvn/ChangeLog index c09a970454e0..a1b4c548e60b 100644 --- a/dev-util/hgsvn/ChangeLog +++ b/dev-util/hgsvn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/hgsvn # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hgsvn/ChangeLog,v 1.2 2007/06/23 22:30:50 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/hgsvn/ChangeLog,v 1.3 2007/06/24 10:21:16 cedk Exp $ + + 24 Jun 2007; Cédric Krier <cedk@gentoo.org> hgsvn-0.1.3.ebuild: + Fix need python 2.4 23 Jun 2007; Cédric Krier <cedk@gentoo.org> hgsvn-0.1.3.ebuild: Fix RDEPEND on elementtre for python-2.5 diff --git a/dev-util/hgsvn/hgsvn-0.1.3.ebuild b/dev-util/hgsvn/hgsvn-0.1.3.ebuild index adbc8368643a..6da95b745a1d 100644 --- a/dev-util/hgsvn/hgsvn-0.1.3.ebuild +++ b/dev-util/hgsvn/hgsvn-0.1.3.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hgsvn/hgsvn-0.1.3.ebuild,v 1.2 2007/06/23 22:30:50 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/hgsvn/hgsvn-0.1.3.ebuild,v 1.3 2007/06/24 10:21:16 cedk Exp $ + +NEED_PYTHON=2.4 inherit distutils DESCRIPTION="A set of scripts to work locally on Subversion checkouts using Mercurial" -HOMEPAGE="http://cheeseshop.python.org/pypi/hgsvn/0.1.3" +HOMEPAGE="http://cheeseshop.python.org/pypi/hgsvn" SRC_URI="http://cheeseshop.python.org/packages/source/h/hgsvn/${P}.tar.gz" LICENSE="GPL-2" |