diff options
Diffstat (limited to 'dev-python/gst-python/gst-python-0.10.15-r1.ebuild')
-rw-r--r-- | dev-python/gst-python/gst-python-0.10.15-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |