diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-11-11 20:02:03 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-11-11 20:02:03 +0000 |
commit | 73c417114e7e8d6138593e860c0f3344dd16016c (patch) | |
tree | e7a149f13fcbf4b8245672fe18b7ec5a0417ae81 /app-office | |
parent | Added to the mobile herd (diff) | |
download | gentoo-2-73c417114e7e8d6138593e860c0f3344dd16016c.tar.gz gentoo-2-73c417114e7e8d6138593e860c0f3344dd16016c.tar.bz2 gentoo-2-73c417114e7e8d6138593e860c0f3344dd16016c.zip |
change add-flags to append-flags
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice/Manifest | 2 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.1.0-r2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-office/openoffice/Manifest b/app-office/openoffice/Manifest index d3ba64e7262e..a2703d0164fa 100644 --- a/app-office/openoffice/Manifest +++ b/app-office/openoffice/Manifest @@ -1,4 +1,4 @@ -MD5 d134cdcc19c0351479fdedce077d5939 openoffice-1.1.0-r2.ebuild 19888 +MD5 91cbaa721ac799714571894dd599a60d openoffice-1.1.0-r2.ebuild 19892 MD5 7564812fd1fe3da72c7bf49ca9df4f6d openoffice-1.0.3-r1.ebuild 21884 MD5 78173bef9c70d595d186e565f66bcfe3 openoffice-1.1.0-r1.ebuild 19868 MD5 ceee3c6f5df6e6f6edd50cc4cdc42aba openoffice-1.1.0.ebuild 19833 diff --git a/app-office/openoffice/openoffice-1.1.0-r2.ebuild b/app-office/openoffice/openoffice-1.1.0-r2.ebuild index 54585b310125..71052e0bd064 100644 --- a/app-office/openoffice/openoffice-1.1.0-r2.ebuild +++ b/app-office/openoffice/openoffice-1.1.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0-r2.ebuild,v 1.1 2003/11/09 16:18:26 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0-r2.ebuild,v 1.2 2003/11/11 20:02:02 seemant Exp $ # IMPORTANT: This is extremely alpha!!! @@ -30,7 +30,7 @@ inherit flag-o-matic eutils # Compile problems with these ... filter-flags "-funroll-loops" filter-flags "-fomit-frame-pointer" -add-flags "-fno-strict-aliasing" +append-flags "-fno-strict-aliasing" replace-flags "-O3" "-O2" # Enable Bytecode Interpreter for freetype ... |