| Summary: | >=app-portage/eix-0.10.4: update-eix-layman doesn't add additional layman overlays | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Roberto Castagnola <roberto.castagnola> |
| Component: | Current packages | Assignee: | Stefan Schweizer (RETIRED) <genstef> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | martin |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
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 :-) |
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}"