diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-14 07:56:18 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-14 07:56:18 +0000 |
commit | f97871d0c2460472f2e1965700382c50c372f757 (patch) | |
tree | 4b0eaad6e0ff1edf9c5c68dad8de0ace2dfd03ba /dev-python | |
parent | Removed net-mail/gotmail/ (diff) | |
download | gentoo-2-f97871d0c2460472f2e1965700382c50c372f757.tar.gz gentoo-2-f97871d0c2460472f2e1965700382c50c372f757.tar.bz2 gentoo-2-f97871d0c2460472f2e1965700382c50c372f757.zip |
Insert python_need_rebuild to pkg_postinst wrt #244575.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/gst-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gst-python/gst-python-0.10.15-r1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/gst-python/ChangeLog b/dev-python/gst-python/ChangeLog index be4958c70a41..84831ee594b8 100644 --- a/dev-python/gst-python/ChangeLog +++ b/dev-python/gst-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gst-python # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.50 2009/05/14 07:17:13 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.51 2009/05/14 07:56:18 ssuominen Exp $ + + 14 May 2009; Samuli Suominen <ssuominen@gentoo.org> + gst-python-0.10.15-r1.ebuild: + Insert python_need_rebuild to pkg_postinst wrt #244575. *gst-python-0.10.15-r1 (14 May 2009) diff --git a/dev-python/gst-python/gst-python-0.10.15-r1.ebuild b/dev-python/gst-python/gst-python-0.10.15-r1.ebuild index 6fc0ca91be9e..6060e0cc190f 100644 --- a/dev-python/gst-python/gst-python-0.10.15-r1.ebuild +++ b/dev-python/gst-python/gst-python-0.10.15-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.15-r1.ebuild,v 1.1 2009/05/14 07:17:13 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.15-r1.ebuild,v 1.2 2009/05/14 07:56:18 ssuominen Exp $ EAPI=2 NEED_PYTHON=2.4 @@ -41,6 +41,7 @@ src_install() { pkg_postinst() { python_version + python_need_rebuild python_mod_compile /usr/$(get_libdir)/python${PYVER}/site-packages/pygst.py python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gst-0.10 } |