summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2007-06-23 22:30:50 +0000
committerCédric Krier <cedk@gentoo.org>2007-06-23 22:30:50 +0000
commitd42f16cd3d2c91c63dff2bde593de4f914b8a34c (patch)
tree89681ec34051314caaab77e70723d269413fde99 /dev-util/hgsvn/hgsvn-0.1.3.ebuild
parentStable for HPPA (bug #179943). (diff)
downloadgentoo-2-d42f16cd3d2c91c63dff2bde593de4f914b8a34c.tar.gz
gentoo-2-d42f16cd3d2c91c63dff2bde593de4f914b8a34c.tar.bz2
gentoo-2-d42f16cd3d2c91c63dff2bde593de4f914b8a34c.zip
Fix RDEPEND on elementtre for python-2.5
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-util/hgsvn/hgsvn-0.1.3.ebuild')
-rw-r--r--dev-util/hgsvn/hgsvn-0.1.3.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-util/hgsvn/hgsvn-0.1.3.ebuild b/dev-util/hgsvn/hgsvn-0.1.3.ebuild
index cc6315652e0f..adbc8368643a 100644
--- a/dev-util/hgsvn/hgsvn-0.1.3.ebuild
+++ b/dev-util/hgsvn/hgsvn-0.1.3.ebuild
@@ -1,13 +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.1 2007/06/23 13:08:04 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/hgsvn/hgsvn-0.1.3.ebuild,v 1.2 2007/06/23 22:30:50 cedk Exp $
+
+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"
SRC_URI="http://cheeseshop.python.org/packages/source/h/hgsvn/${P}.tar.gz"
-inherit distutils
-
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
@@ -15,5 +15,4 @@ IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND="dev-util/subversion
- dev-python/elementtree"
-
+ || ( >=dev-lang/python-2.5 dev-python/elementtree )"