From 5fe53aef040c97796b9dbff3d1dbcfff0b10c095 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Sat, 26 Feb 2011 13:05:22 +0000 Subject: Add missing eclass variables for proper python-updater behavior, bug #344833. (Portage version: 2.2.0_alpha24/cvs/Linux x86_64) --- dev-python/librsvg-python/librsvg-python-2.32.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dev-python/librsvg-python/librsvg-python-2.32.0.ebuild') 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 -- cgit v1.2.3-65-gdbad