Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211093 - >=app-portage/eix-0.10.4: update-eix-layman doesn't add additional layman overlays
Summary: >=app-portage/eix-0.10.4: update-eix-layman doesn't add additional layman ove...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-22 10:57 UTC by Roberto Castagnola
Modified: 2008-03-11 21:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roberto Castagnola 2008-02-22 10:57:55 UTC
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}"
Comment 1 Martin Väth 2008-02-22 17:27:05 UTC
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.
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2008-03-11 21:39:50 UTC
new versions of eix are in the tree :-)