summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-18 16:52:29 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-18 16:52:29 +0000
commit213b4b40db41c2f3643ea75d08c6f69c5ae226cf (patch)
tree116c76e891e61bdbceec268ec000e445fa43ca13 /dev-python
parentstable x86, bug 301400 (diff)
downloadgentoo-2-213b4b40db41c2f3643ea75d08c6f69c5ae226cf.tar.gz
gentoo-2-213b4b40db41c2f3643ea75d08c6f69c5ae226cf.tar.bz2
gentoo-2-213b4b40db41c2f3643ea75d08c6f69c5ae226cf.zip
Fix dependencies.
(Portage version: 15200-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/gdata/gdata-2.0.6.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/gdata/gdata-2.0.6.ebuild b/dev-python/gdata/gdata-2.0.6.ebuild
index fc430afef689..a037d92742f1 100644
--- a/dev-python/gdata/gdata-2.0.6.ebuild
+++ b/dev-python/gdata/gdata-2.0.6.ebuild
@@ -1,6 +1,6 @@
-# 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/dev-python/gdata/gdata-2.0.6.ebuild,v 1.1 2009/12/19 19:59:46 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-2.0.6.ebuild,v 1.2 2010/01/18 16:52:29 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -18,8 +18,8 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="examples"
-DEPEND=""
-RDEPEND=""
+DEPEND="|| ( >=dev-lang/python-2.5[xml] dev-python/elementtree )"
+RDEPEND="${DEPEND}"
RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/${MY_P}"