diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-12-14 23:25:11 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-12-14 23:25:11 +0000 |
commit | 5e359185a31c507ecadd624bffb76b66805bc495 (patch) | |
tree | 695c54a5b1ca855316860778f621f33d19d1702b /dev-python/pygobject/pygobject-2.15.4.ebuild | |
parent | Add python_need_rebuild per bug #244610. (diff) | |
download | gentoo-2-5e359185a31c507ecadd624bffb76b66805bc495.tar.gz gentoo-2-5e359185a31c507ecadd624bffb76b66805bc495.tar.bz2 gentoo-2-5e359185a31c507ecadd624bffb76b66805bc495.zip |
Add python_need_rebuild per bug #244608.
(Portage version: 2.2_rc17/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'dev-python/pygobject/pygobject-2.15.4.ebuild')
-rw-r--r-- | dev-python/pygobject/pygobject-2.15.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pygobject/pygobject-2.15.4.ebuild b/dev-python/pygobject/pygobject-2.15.4.ebuild index 461bff150ff1..8de137879cfd 100644 --- a/dev-python/pygobject/pygobject-2.15.4.ebuild +++ b/dev-python/pygobject/pygobject-2.15.4.ebuild @@ -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/dev-python/pygobject/pygobject-2.15.4.ebuild,v 1.1 2008/10/19 11:41:44 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.15.4.ebuild,v 1.2 2008/12/14 23:25:11 eva Exp $ inherit autotools gnome2 python virtualx @@ -68,6 +68,7 @@ pkg_postinst() { alternatives_auto_makesym /usr/$(get_libdir)/python${PYVER}/site-packages/pygtk.py pygtk.py-[0-9].[0-9] alternatives_auto_makesym /usr/$(get_libdir)/python${PYVER}/site-packages/pygtk.pth pygtk.pth-[0-9].[0-9] python_mod_compile /usr/$(get_libdir)/python${PYVER}/site-packages/pygtk.py + python_need_rebuild } pkg_postrm() { |