diff options
author | 2009-01-12 23:09:46 +0000 | |
---|---|---|
committer | 2009-01-12 23:09:46 +0000 | |
commit | 6f5f218865f8bccb88e659674e528846642748d9 (patch) | |
tree | b1b9e55b82f05bc71effb16424c38ebeb2244db1 /eclass/gnome-python-common.eclass | |
parent | Import fix for ksquares-4.1.3 from kde-testing (diff) | |
download | historical-6f5f218865f8bccb88e659674e528846642748d9.tar.gz historical-6f5f218865f8bccb88e659674e528846642748d9.tar.bz2 historical-6f5f218865f8bccb88e659674e528846642748d9.zip |
whitespace
Diffstat (limited to 'eclass/gnome-python-common.eclass')
-rw-r--r-- | eclass/gnome-python-common.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnome-python-common.eclass b/eclass/gnome-python-common.eclass index 4b4105ab1c73..2ee9e3caf841 100644 --- a/eclass/gnome-python-common.eclass +++ b/eclass/gnome-python-common.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.6 2008/12/01 14:29:06 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.7 2009/01/12 23:09:46 maekke Exp $ # Original Author: Arun Raghavan <ford_prefect@gentoo.org> (based on the # gnome-python-desktop eclass by Jim Ramsay <lack@gentoo.org>) @@ -25,7 +25,7 @@ # So, for example, with the bonobo bindings, the original package is libbonobo # and the packages is named dev-python/libbonobo-python -inherit versionator python autotools gnome2 +inherit versionator python autotools gnome2 G_PY_PN=${G_PY_PN:-gnome-python} G_PY_BINDINGS=${G_PY_BINDINGS:-${PN%-python}} |