I run "update-eix-layman -C -A /mnt/gentoo/local/layman/make.conf add" to add layman overlays (not sourced in /etc/make.conf) to eix database, but it doesn't work with new versions. Proposed patch: --- /usr/bin/update-eix-layman +++ update-eix-layman @@ -60,7 +60,7 @@ GetOverlays() { local I - eval "set -- ${A}" + eval "set -- ${LAYMAN_MAKE}" for I; do [ -n "${I}" ] || continue test -r "${I}" || die "cannot read ${I}"
Thanks for the report and the fix which is now in svn trunk (>=eix-0.10.6). This was a stupid mistake which happened in the transition to non-bash scripts.
new versions of eix are in the tree :-)