the arts ebuild sets CONFIG_PROTECT=${PREFIX}/share/config:${PREFIX}/env:${PREFIX}/shutdown but the list should be space separated, not colon separated. Please correct, at the moment there's the risk of losing settings in those directories.
This is right! I don't know if this works anyway but this is different from every other ebuild. For example look at this piece of my "emerge info" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" Every entry is space separated apart these ones. I think that a simple fix is needed.
should be fixed now.
Its now space separated but the quotes are missing. This leads to a failure during emerge.
oops, should be fixed now.
*** Bug 63454 has been marked as a duplicate of this bug. ***