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-osx
I fixed a small bug in emerge so that at least emerge -sync will sync the
base gentoo ebuild repository (though not the prefixed one, of course)
===================================================================
--- emerge
+++ emerge
@@ -2698,7 +2698,7 @@
if "--quiet" not in myopts:
print ">>> Checking server timestamp ..."
- rsynccommand = " ".join([portage_const.EPREFIX,"/usr/bin/rsync",
+ rsynccommand = " ".join([portage_const.EPREFIX+"/usr/bin/rsync",
portage.settings["PORTAGE_RSYNC_EXTRA_OPTS"],
" ".join(rsync_opts)])
--
gentoo-osx@g.o mailing list
|
|