diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-06-29 12:49:55 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-06-29 12:49:55 +0000 |
commit | b9aa6d263196581a1073646e39da33700d2d2ed3 (patch) | |
tree | a351bb5f1ce9b91f22488be9a1ea0e566876b69b /x11-libs | |
parent | fix up RDEPEND (diff) | |
download | gentoo-2-b9aa6d263196581a1073646e39da33700d2d2ed3.tar.gz gentoo-2-b9aa6d263196581a1073646e39da33700d2d2ed3.tar.bz2 gentoo-2-b9aa6d263196581a1073646e39da33700d2d2ed3.zip |
unfix 89704
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/qt-4.0.0.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-libs/qt/qt-4.0.0.ebuild b/x11-libs/qt/qt-4.0.0.ebuild index 708e67262a93..84603518970f 100644 --- a/x11-libs/qt/qt-4.0.0.ebuild +++ b/x11-libs/qt/qt-4.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.0.0.ebuild,v 1.1 2005/06/28 13:58:21 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.0.0.ebuild,v 1.2 2005/06/29 12:49:55 caleb Exp $ inherit eutils flag-o-matic @@ -95,10 +95,6 @@ src_compile() { export PATH="${S}/bin:${PATH}" export LD_LIBRARY_PATH="${S}/lib:${LD_LIBRARY_PATH}" - # Fixes for 89704 - export LC_ALL=C - export LANG=C - # Let's just allow writing to these directories during Qt emerge # as it makes Qt much happier. # addwrite "${QTBASE}/etc/settings" |