diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-12-01 14:34:18 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-12-01 14:34:18 +0000 |
commit | a14f97d31cc85f3cda34ef53d4c3fb6cb0d37a13 (patch) | |
tree | 89b63710addc2f8d7904a3b305778caeab288cce /dev-python/gconf-python/gconf-python-2.22.3.ebuild | |
parent | Add python_need_rebuild and GCONF_DEBUG call to the gnome-python-common eclass (diff) | |
download | historical-a14f97d31cc85f3cda34ef53d4c3fb6cb0d37a13.tar.gz historical-a14f97d31cc85f3cda34ef53d4c3fb6cb0d37a13.tar.bz2 historical-a14f97d31cc85f3cda34ef53d4c3fb6cb0d37a13.zip |
Remove python_need_rebuild, it is now in the eclass.
Package-Manager: portage-2.2_rc16/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64
Diffstat (limited to 'dev-python/gconf-python/gconf-python-2.22.3.ebuild')
-rw-r--r-- | dev-python/gconf-python/gconf-python-2.22.3.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-python/gconf-python/gconf-python-2.22.3.ebuild b/dev-python/gconf-python/gconf-python-2.22.3.ebuild index e433b903ae87..4f4194bf1ac0 100644 --- a/dev-python/gconf-python/gconf-python-2.22.3.ebuild +++ b/dev-python/gconf-python/gconf-python-2.22.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild,v 1.2 2008/10/27 01:18:18 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.22.3.ebuild,v 1.3 2008/12/01 14:31:01 eva Exp $ G_PY_PN="gnome-python" -inherit gnome-python-common python +inherit gnome-python-common DESCRIPTION="Python bindings for the GConf library" LICENSE="LGPL-2.1" @@ -18,7 +18,3 @@ DEPEND="${RDEPEND}" EXAMPLES="examples/gconf/*" -src_install() { - python_need_rebuild - gnome-python-common_src_install -} |