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
Also, I discovered that 'etc-update' does not pre-pend EPREFIX when
resolving CONFIG_PROTECT directories.
In etc-update, in the scan() function, the following line should prepend
if portage does the same.
for path in ${CONFIG_PROTECT} ; do
## EPREFIX + path here
[ ! -d ${path} ] && continue
ofile=""
for file in `find ${path}/ -iname "._cfg????_*" |
sed -e
"s:\(^.*/\)\(\._cfg[0-9]*_\)\(.*$\):\1\2\3\%\\2\%\3:" |
sort -t'%' -k3 -k2 | LANG=POSIX LC_ALL=POSIX
cut -f1\ -d'%'`; do
--
gentoo-osx@g.o mailing list
|
|