diff options
author | 2006-06-07 14:23:44 +0000 | |
---|---|---|
committer | 2006-06-07 14:23:44 +0000 | |
commit | e516371dfbab00c88974d9549dbc79fa9bbe83a8 (patch) | |
tree | 10d3b371b2713d16704d6f0f619c0d1921394d51 /media-video/flumotion/flumotion-0.2.1.ebuild | |
parent | Mask qt4 USE flag for Bug #128411. Remove once qt4 is keyworded, Bug #112811. (diff) | |
download | historical-e516371dfbab00c88974d9549dbc79fa9bbe83a8.tar.gz historical-e516371dfbab00c88974d9549dbc79fa9bbe83a8.tar.bz2 historical-e516371dfbab00c88974d9549dbc79fa9bbe83a8.zip |
fix LINGUAS issue, flumotion requires all linguas to be installed
Package-Manager: portage-2.1_rc3
Diffstat (limited to 'media-video/flumotion/flumotion-0.2.1.ebuild')
-rw-r--r-- | media-video/flumotion/flumotion-0.2.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-video/flumotion/flumotion-0.2.1.ebuild b/media-video/flumotion/flumotion-0.2.1.ebuild index c74b27a55359..99073c4be106 100644 --- a/media-video/flumotion/flumotion-0.2.1.ebuild +++ b/media-video/flumotion/flumotion-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.2.1.ebuild,v 1.1 2006/05/03 18:30:59 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.2.1.ebuild,v 1.2 2006/06/07 14:23:44 zaheerm Exp $ inherit eutils gnome2 @@ -60,6 +60,7 @@ src_compile() { mkdir -p "${T}/home" export HOME="${T}/home" export GST_REGISTRY=${T}/home/registry.cache.xml + unset LINGUAS addpredict /root/.gconfd addpredict /root/.gconf addpredict /var/lib/cache/gstreamer-0.8 |