diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-26 13:11:24 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-26 13:11:24 +0000 |
commit | a3cf6ae119d0f9a0de81926fbfcbd71af480304e (patch) | |
tree | 19b138fd834245aeaf902fe0b35877f05461495e /dev-python/libgnomeprint-python/libgnomeprint-python-2.32.0.ebuild | |
parent | Add missing eclass variables for proper python-updater behavior, bug #344833. (diff) | |
download | historical-a3cf6ae119d0f9a0de81926fbfcbd71af480304e.tar.gz historical-a3cf6ae119d0f9a0de81926fbfcbd71af480304e.tar.bz2 historical-a3cf6ae119d0f9a0de81926fbfcbd71af480304e.zip |
Add missing eclass variables for proper python-updater behavior, bug #344833.
Package-Manager: portage-2.2.0_alpha24/cvs/Linux x86_64
Diffstat (limited to 'dev-python/libgnomeprint-python/libgnomeprint-python-2.32.0.ebuild')
-rw-r--r-- | dev-python/libgnomeprint-python/libgnomeprint-python-2.32.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/libgnomeprint-python/libgnomeprint-python-2.32.0.ebuild b/dev-python/libgnomeprint-python/libgnomeprint-python-2.32.0.ebuild index e7e6055ce78a..86e1bd404c9a 100644 --- a/dev-python/libgnomeprint-python/libgnomeprint-python-2.32.0.ebuild +++ b/dev-python/libgnomeprint-python/libgnomeprint-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/libgnomeprint-python/libgnomeprint-python-2.32.0.ebuild,v 1.3 2011/02/24 18:47:57 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/libgnomeprint-python-2.32.0.ebuild,v 1.4 2011/02/26 13:06:28 eva Exp $ EAPI="3" GCONF_DEBUG="no" G_PY_PN="gnome-python-desktop" G_PY_BINDINGS="gnomeprint gnomeprintui" +SUPPORT_PYTHON_ABIS="1" +PYTHON_DEPEND="2" +RESTRICT_PYTHON_ABIS="3.*" inherit gnome-python-common |