diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-03-16 22:19:59 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-03-16 22:19:59 +0000 |
commit | 2ac049bb30197575d20ffc118bd699f1e19f3161 (patch) | |
tree | eba79783d60fc5cf58b692482d3dcc0e47d6ad3d /app-office/gnucash | |
parent | added dasher to portage fixes 15400 (diff) | |
download | gentoo-2-2ac049bb30197575d20ffc118bd699f1e19f3161.tar.gz gentoo-2-2ac049bb30197575d20ffc118bd699f1e19f3161.tar.bz2 gentoo-2-2ac049bb30197575d20ffc118bd699f1e19f3161.zip |
fixed type in ebuild
Diffstat (limited to 'app-office/gnucash')
-rw-r--r-- | app-office/gnucash/gnucash-1.6.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/gnucash/gnucash-1.6.8.ebuild b/app-office/gnucash/gnucash-1.6.8.ebuild index 2e436286f760..6cbbd9c0351d 100644 --- a/app-office/gnucash/gnucash-1.6.8.ebuild +++ b/app-office/gnucash/gnucash-1.6.8.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/gnucash/gnucash-1.6.8.ebuild,v 1.8 2003/03/16 22:14:19 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.6.8.ebuild,v 1.9 2003/03/16 22:19:59 mholzer Exp $ inherit flag-o-matic @@ -35,7 +35,7 @@ DEPEND="${RDEPEND} filter-flags -fomit-frame-pointer # gnucash seems to have problems with opts (#14808) strip-flags -filter-flags "-O3" "-O2" +replace-flags -O[3-9] -O2 src_unpack() { unpack ${A} |