Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-ppc-dev
Hey all
Just did an emerge --clean rsync and on trying to emerge mozilla found a
typo in the ebuild. Patch is included...basically in the ppc fix recently
added there is a space missing...patch follows
Mark
--- mozilla-0.9.9-r2.ebuild.orig Sun Apr 21 12:42:36 2002
+++ mozilla-0.9.9-r2.ebuild Sun Apr 21 12:42:53 2002
@@ -159,7 +159,7 @@
TODO="${S}/dist/mozilla-`uname -m`-pc-linux-gnu.tar.gz"
- case `arch`in
+ case `arch` in
ppc)
TODO="${S}/dist/mozilla-powerpc-unknown-linux-gnu.tar.gz"
esac
|
|