diff options
Diffstat (limited to 'dev-python/gdata/gdata-2.0.14.ebuild')
-rw-r--r-- | dev-python/gdata/gdata-2.0.14.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/gdata/gdata-2.0.14.ebuild b/dev-python/gdata/gdata-2.0.14.ebuild index d51197b59c84..e8d3ae1985bc 100644 --- a/dev-python/gdata/gdata-2.0.14.ebuild +++ b/dev-python/gdata/gdata-2.0.14.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-2.0.14.ebuild,v 1.10 2012/08/02 22:35:14 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-2.0.14.ebuild,v 1.11 2013/05/04 21:22:22 floppym Exp $ EAPI="4" PYTHON_DEPEND="2" -PYTHON_USE_WITH="ssl(+)" +PYTHON_USE_WITH="ssl(+) xml" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" @@ -21,7 +21,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="examples" -DEPEND="|| ( dev-lang/python:2.7[xml] dev-lang/python:2.6[xml] dev-lang/python:2.5[xml] dev-python/elementtree )" +DEPEND="" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" |