diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-26 13:06:28 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-26 13:06:28 +0000 |
commit | 06daa5cae80090343f2f10541e208411d085967f (patch) | |
tree | bde4719aeafef2b58caf77d6b5f9cd9137e02308 /dev-python/libgnomeprint-python | |
parent | Add missing eclass variables for proper python-updater behavior, bug #344833. (diff) | |
download | gentoo-2-06daa5cae80090343f2f10541e208411d085967f.tar.gz gentoo-2-06daa5cae80090343f2f10541e208411d085967f.tar.bz2 gentoo-2-06daa5cae80090343f2f10541e208411d085967f.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/libgnomeprint-python')
-rw-r--r-- | dev-python/libgnomeprint-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/libgnomeprint-python/libgnomeprint-python-2.32.0.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-python/libgnomeprint-python/ChangeLog b/dev-python/libgnomeprint-python/ChangeLog index d3a9c8f2b9c5..04f19503081b 100644 --- a/dev-python/libgnomeprint-python/ChangeLog +++ b/dev-python/libgnomeprint-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/libgnomeprint-python # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog,v 1.45 2011/02/24 18:47:57 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog,v 1.46 2011/02/26 13:06:28 eva Exp $ + + 26 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org> + libgnomeprint-python-2.32.0.ebuild: + Add missing eclass variables for proper python-updater behavior, bug #344833. 24 Feb 2011; Thomas Kahle <tomka@gentoo.org> libgnomeprint-python-2.32.0.ebuild: 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 |