diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2003-11-18 01:16:12 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2003-11-18 01:16:12 +0000 |
commit | 3eceafeece0496d575d36147556a6cd997c5bb26 (patch) | |
tree | d498e48cdcc5d79447f8b6a403a4dd8381143112 /net-www | |
parent | pam support (diff) | |
download | gentoo-2-3eceafeece0496d575d36147556a6cd997c5bb26.tar.gz gentoo-2-3eceafeece0496d575d36147556a6cd997c5bb26.tar.bz2 gentoo-2-3eceafeece0496d575d36147556a6cd997c5bb26.zip |
filter -mpowerpc-gfxopt
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozilla-firebird/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mozilla-firebird/Manifest | 12 | ||||
-rw-r--r-- | net-www/mozilla-firebird/mozilla-firebird-0.7.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/net-www/mozilla-firebird/ChangeLog b/net-www/mozilla-firebird/ChangeLog index b7ed2962561f..560a366404fe 100644 --- a/net-www/mozilla-firebird/ChangeLog +++ b/net-www/mozilla-firebird/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mozilla-firebird # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firebird/ChangeLog,v 1.24 2003/11/16 17:53:31 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firebird/ChangeLog,v 1.25 2003/11/18 01:15:56 lu_zero Exp $ + + 18 Nov 2003; Luca Barbato <lu_zero@gentoo.org> mozilla-firebird-0.7.ebuild: + Filtered another problematic flag 16 Nov 2003; Brad Laue <brad@gentoo.org> mozilla-firebird-0.7.ebuild: Moving 0.7 to the x86 keyword. diff --git a/net-www/mozilla-firebird/Manifest b/net-www/mozilla-firebird/Manifest index c597f07d7fcb..8fe29c1548fe 100644 --- a/net-www/mozilla-firebird/Manifest +++ b/net-www/mozilla-firebird/Manifest @@ -1,11 +1,11 @@ -MD5 639ba16ea281f522edccc7a78f8abc71 ChangeLog 4141 +MD5 30a26215a49f196247f61dbfe39ad004 ChangeLog 4259 MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160 -MD5 2501d008f329dab622fdc45ce9377a65 mozilla-firebird-0.6-r7.ebuild 6759 MD5 ac196a385be977b279e643cfbebab064 mozilla-firebird-0.6.1.ebuild 6881 -MD5 d02cc5b971e059e98886f7aaebc46408 mozilla-firebird-0.7.ebuild 7080 +MD5 5029903a15f95e55cb2af4d3eb8f998d mozilla-firebird-0.7.ebuild 7095 +MD5 2501d008f329dab622fdc45ce9377a65 mozilla-firebird-0.6-r7.ebuild 6759 MD5 6e4352482ed149b3b9aca78d83de1124 files/MozillaFirebird 753 -MD5 78b9eef353e1aff29cef379e4de6b9fa files/digest-mozilla-firebird-0.6-r7 81 -MD5 49802181a2284102bb2ed6daab129bb5 files/digest-mozilla-firebird-0.6.1 83 MD5 23d1fbd03cc6dd346a4e4ce8f2d88ebf files/mozilla-1.3-alpha-stubs.patch 4646 -MD5 d6389059d144d92d25b21b5cb3727cb0 files/digest-mozilla-firebird-0.7 80 MD5 f0e9adeb0454377ce019e8969e644efb files/mozilla-firebird-amd64.patch 35052 +MD5 49802181a2284102bb2ed6daab129bb5 files/digest-mozilla-firebird-0.6.1 83 +MD5 d6389059d144d92d25b21b5cb3727cb0 files/digest-mozilla-firebird-0.7 80 +MD5 78b9eef353e1aff29cef379e4de6b9fa files/digest-mozilla-firebird-0.6-r7 81 diff --git a/net-www/mozilla-firebird/mozilla-firebird-0.7.ebuild b/net-www/mozilla-firebird/mozilla-firebird-0.7.ebuild index e65e5ec4deb4..a95e109dc60a 100644 --- a/net-www/mozilla-firebird/mozilla-firebird-0.7.ebuild +++ b/net-www/mozilla-firebird/mozilla-firebird-0.7.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/net-www/mozilla-firebird/mozilla-firebird-0.7.ebuild,v 1.7 2003/11/18 00:40:27 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firebird/mozilla-firebird-0.7.ebuild,v 1.8 2003/11/18 01:15:56 lu_zero Exp $ inherit makeedit flag-o-matic gcc nsplugins eutils @@ -160,7 +160,7 @@ src_compile() { fi # Crashes on start when compiled with -fomit-frame-pointer - filter-flags -fomit-frame-pointer + filter-flags -fomit-frame-pointer -mpowerpc-gfxopt filter-flags -ffast-math append-flags -s -fforce-addr |