diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-12-01 14:29:06 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-12-01 14:29:06 +0000 |
commit | 70d635e22d50ef99a075f4245022efc4e0097216 (patch) | |
tree | 31a9ee881536a6e2bc00355892c6c2cbe87b2359 /eclass/gnome-python-common.eclass | |
parent | Version bump, bug #249170. (diff) | |
download | historical-70d635e22d50ef99a075f4245022efc4e0097216.tar.gz historical-70d635e22d50ef99a075f4245022efc4e0097216.tar.bz2 historical-70d635e22d50ef99a075f4245022efc4e0097216.zip |
Add python_need_rebuild and GCONF_DEBUG call to the gnome-python-common eclass
Diffstat (limited to 'eclass/gnome-python-common.eclass')
-rw-r--r-- | eclass/gnome-python-common.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/gnome-python-common.eclass b/eclass/gnome-python-common.eclass index d108c9b95a9a..4b4105ab1c73 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.5 2008/10/25 13:27:18 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.6 2008/12/01 14:29:06 eva Exp $ # Original Author: Arun Raghavan <ford_prefect@gentoo.org> (based on the # gnome-python-desktop eclass by Jim Ramsay <lack@gentoo.org>) @@ -36,7 +36,9 @@ HOMEPAGE="http://pygtk.org/" RESTRICT="${RESTRICT} test" +GCONF_DEBUG="no" DOCS="AUTHORS ChangeLog NEWS README" + if [[ ${G_PY_PN} != "gnome-python" ]]; then DOCS="${DOCS} MAINTAINERS" fi @@ -96,6 +98,7 @@ gnome-python-common_src_install() { gnome-python-common_pkg_postinst() { python_version + python_need_rebuild python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0 } |