diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-26 13:05:22 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-26 13:05:22 +0000 |
commit | 5fe53aef040c97796b9dbff3d1dbcfff0b10c095 (patch) | |
tree | 66b40f7158d2c88a0521915c79b282518334c71c /dev-python/librsvg-python/librsvg-python-2.32.0.ebuild | |
parent | Add missing eclass variables for proper python-updater behavior, bug #344833. (diff) | |
download | gentoo-2-5fe53aef040c97796b9dbff3d1dbcfff0b10c095.tar.gz gentoo-2-5fe53aef040c97796b9dbff3d1dbcfff0b10c095.tar.bz2 gentoo-2-5fe53aef040c97796b9dbff3d1dbcfff0b10c095.zip |
Add missing eclass variables for proper python-updater behavior, bug #344833.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/librsvg-python/librsvg-python-2.32.0.ebuild')
-rw-r--r-- | dev-python/librsvg-python/librsvg-python-2.32.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/librsvg-python/librsvg-python-2.32.0.ebuild b/dev-python/librsvg-python/librsvg-python-2.32.0.ebuild index 6b7b1b2d03d8..9d9eda960ed8 100644 --- a/dev-python/librsvg-python/librsvg-python-2.32.0.ebuild +++ b/dev-python/librsvg-python/librsvg-python-2.32.0.ebuild @@ -1,11 +1,14 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/librsvg-python/librsvg-python-2.32.0.ebuild,v 1.3 2011/02/24 18:48:54 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/librsvg-python/librsvg-python-2.32.0.ebuild,v 1.4 2011/02/26 13:05:22 eva Exp $ EAPI="3" GCONF_DEBUG="no" G_PY_PN="gnome-python-desktop" G_PY_BINDINGS="rsvg" +SUPPORT_PYTHON_ABIS="1" +PYTHON_DEPEND="2" +RESTRICT_PYTHON_ABIS="3.*" inherit gnome-python-common |