diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-10-27 01:21:31 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-10-27 01:21:31 +0000 |
commit | 0d9fb66602ea8ce8591e253fb4c4850bde3e1a6a (patch) | |
tree | 18ee1aa6c93b52d18a850fd236e7a99e1bb4b9f4 /dev-python/gdl-python | |
parent | Marked ~hppa (bug #244360). (diff) | |
download | gentoo-2-0d9fb66602ea8ce8591e253fb4c4850bde3e1a6a.tar.gz gentoo-2-0d9fb66602ea8ce8591e253fb4c4850bde3e1a6a.tar.bz2 gentoo-2-0d9fb66602ea8ce8591e253fb4c4850bde3e1a6a.zip |
Use python_need_rebuild.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'dev-python/gdl-python')
-rw-r--r-- | dev-python/gdl-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gdl-python/gdl-python-2.19.1.ebuild | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-python/gdl-python/ChangeLog b/dev-python/gdl-python/ChangeLog index e972da972b73..36eb4782baab 100644 --- a/dev-python/gdl-python/ChangeLog +++ b/dev-python/gdl-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gdl-python # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.1 2008/10/16 22:48:21 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.2 2008/10/27 01:21:31 hawking Exp $ + + 27 Oct 2008; Ali Polatel <hawking@gentoo.org> gdl-python-2.19.1.ebuild: + Use python_need_rebuild. *gdl-python-2.19.1 (16 Oct 2008) diff --git a/dev-python/gdl-python/gdl-python-2.19.1.ebuild b/dev-python/gdl-python/gdl-python-2.19.1.ebuild index f73571f3acfb..2e96c3cb3a3e 100644 --- a/dev-python/gdl-python/gdl-python-2.19.1.ebuild +++ b/dev-python/gdl-python/gdl-python-2.19.1.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/gdl-python/gdl-python-2.19.1.ebuild,v 1.1 2008/10/16 22:48:21 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1.ebuild,v 1.2 2008/10/27 01:21:31 hawking Exp $ G_PY_PN="gnome-python-extras" -inherit gnome-python-common +inherit gnome-python-common python PVP="$(get_version_component_range 1-2)" SRC_URI="mirror://gnome/sources/${G_PY_PN}/${PVP}/${G_PY_PN}-${PV}.tar.bz2 @@ -37,3 +37,8 @@ src_unpack() { epatch "${WORKDIR}/${G_PY_PN}-${PV}-split.patch" eautoreconf } + +src_install() { + python_need_rebuild + gnome-python-common_src_install +} |