diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-26 13:27:05 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-26 13:27:05 +0000 |
commit | 1dad35e94a2e8cab32df6bb37c33cb4c9bd069ae (patch) | |
tree | e5858b1bc23fa91ef29bbd90813bf2a028bdb3f9 /dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1.ebuild | |
parent | sparc stable (bug 351487) (diff) | |
download | historical-1dad35e94a2e8cab32df6bb37c33cb4c9bd069ae.tar.gz historical-1dad35e94a2e8cab32df6bb37c33cb4c9bd069ae.tar.bz2 historical-1dad35e94a2e8cab32df6bb37c33cb4c9bd069ae.zip |
Add missing eclass variables for proper python-updater behavior, bug #344833. Clean up old revision.
Package-Manager: portage-2.2.0_alpha24/cvs/Linux x86_64
Diffstat (limited to 'dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1.ebuild')
-rw-r--r-- | dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1.ebuild b/dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1.ebuild index 2841e041c611..358a7b313829 100644 --- a/dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1.ebuild +++ b/dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1.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/gnome-vfs-python/gnome-vfs-python-2.28.1.ebuild,v 1.8 2011/01/30 19:44:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1.ebuild,v 1.9 2011/02/26 13:23:54 eva Exp $ GCONF_DEBUG="no" G_PY_PN="gnome-python" G_PY_BINDINGS="gnomevfs gnomevfsbonobo pyvfsmodule" +SUPPORT_PYTHON_ABIS="1" +PYTHON_DEPEND="2" +RESTRICT_PYTHON_ABIS="3.*" inherit gnome-python-common |