summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2004-11-16 09:28:22 +0000
committerAndreas Proschofsky <suka@gentoo.org>2004-11-16 09:28:22 +0000
commit0ebb27239a9be5684968609f915a8debc27787df (patch)
treed66c81eeecc1d72e86c110dfdd1aff6f7478c600 /app-office/openoffice-ximian
parent Put it big dodgy workaround for broken qmake solving bug #46805 (Manifest re... (diff)
downloadgentoo-2-0ebb27239a9be5684968609f915a8debc27787df.tar.gz
gentoo-2-0ebb27239a9be5684968609f915a8debc27787df.tar.bz2
gentoo-2-0ebb27239a9be5684968609f915a8debc27787df.zip
fix typo in ebuild
Diffstat (limited to 'app-office/openoffice-ximian')
-rw-r--r--app-office/openoffice-ximian/openoffice-ximian-1.3.6.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-office/openoffice-ximian/openoffice-ximian-1.3.6.ebuild b/app-office/openoffice-ximian/openoffice-ximian-1.3.6.ebuild
index 604ffe273745..4935ea20635e 100644
--- a/app-office/openoffice-ximian/openoffice-ximian-1.3.6.ebuild
+++ b/app-office/openoffice-ximian/openoffice-ximian-1.3.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.3.6.ebuild,v 1.2 2004/11/15 14:53:54 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.3.6.ebuild,v 1.3 2004/11/16 09:28:22 suka Exp $
# Notes:
#
@@ -200,11 +200,10 @@ oo_setup() {
# Do we have a gcc that use the new layout and gcc-config ?
if /usr/sbin/gcc-config --get-current-profile &> /dev/null
then
- export NEW_GCC="1"
export GCC_PROFILE="$(/usr/sbin/gcc-config --get-current-profile)"
# Just recheck gcc version ...
- if [ "$(gcc-version)" != "3.2" ] && [ "$(gcc-version)" != "3.3" && [ "$(gcc-version)" != "3.4" ]
+ if [ "$(gcc-version)" != "3.2" ] && [ "$(gcc-version)" != "3.3" ] && [ "$(gcc-version)" != "3.4" ]
then
# See if we can get a gcc profile we know is proper ...
if /usr/sbin/gcc-config --get-bin-path ${CHOST}-3.2.1 &> /dev/null