diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-28 20:45:29 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-28 20:45:29 +0000 |
commit | fbeb99439f9723201029dd5261992e6b5e517ac8 (patch) | |
tree | f2c369c41c598157d46c7f670ce7e1e868c60abe /dev-python/gdata/gdata-2.0.14.ebuild | |
parent | Remove old, use slot deps for gtk+, and fix swig dependency. (diff) | |
download | historical-fbeb99439f9723201029dd5261992e6b5e517ac8.tar.gz historical-fbeb99439f9723201029dd5261992e6b5e517ac8.tar.bz2 historical-fbeb99439f9723201029dd5261992e6b5e517ac8.zip |
Improve dependencies (bug #360901).
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'dev-python/gdata/gdata-2.0.14.ebuild')
-rw-r--r-- | dev-python/gdata/gdata-2.0.14.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/gdata/gdata-2.0.14.ebuild b/dev-python/gdata/gdata-2.0.14.ebuild index ac28d196d0e7..da706141fb31 100644 --- a/dev-python/gdata/gdata-2.0.14.ebuild +++ b/dev-python/gdata/gdata-2.0.14.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2011 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.1 2011/03/26 23:09:27 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdata/gdata-2.0.14.ebuild,v 1.2 2011/03/28 20:45:29 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" +PYTHON_USE_WITH="ssl" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" |