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 | 840e901ce8cd27ff1c5211a8f2a4aed46d0b2c27 (patch) | |
tree | 10e7da2b437e05e0ab44803299a63f4fe03e67d0 /dev-python/gtkhtml-python/gtkhtml-python-2.19.1.ebuild | |
parent | Remove python_need_rebuild, it is now in the eclass. (diff) | |
download | gentoo-2-840e901ce8cd27ff1c5211a8f2a4aed46d0b2c27.tar.gz gentoo-2-840e901ce8cd27ff1c5211a8f2a4aed46d0b2c27.tar.bz2 gentoo-2-840e901ce8cd27ff1c5211a8f2a4aed46d0b2c27.zip |
Remove python_need_rebuild, it is now in the eclass.
(Portage version: 2.2_rc16/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'dev-python/gtkhtml-python/gtkhtml-python-2.19.1.ebuild')
-rw-r--r-- | dev-python/gtkhtml-python/gtkhtml-python-2.19.1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-python/gtkhtml-python/gtkhtml-python-2.19.1.ebuild b/dev-python/gtkhtml-python/gtkhtml-python-2.19.1.ebuild index ac3669f5a833..4b57bc07b858 100644 --- a/dev-python/gtkhtml-python/gtkhtml-python-2.19.1.ebuild +++ b/dev-python/gtkhtml-python/gtkhtml-python-2.19.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkhtml-python/gtkhtml-python-2.19.1.ebuild,v 1.2 2008/10/27 01:53:21 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkhtml-python/gtkhtml-python-2.19.1.ebuild,v 1.3 2008/12/01 14:34:18 eva Exp $ G_PY_PN="gnome-python-extras" G_PY_BINDINGS="gtkhtml2" -inherit gnome-python-common python +inherit gnome-python-common PVP="$(get_version_component_range 1-2)" SRC_URI="mirror://gnome/sources/${G_PY_PN}/${PVP}/${G_PY_PN}-${PV}.tar.bz2 @@ -28,7 +28,3 @@ src_unpack() { eautoreconf } -src_install() { - python_need_rebuild - gnome-python-common_src_install -} |