Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 293876 - app-portage/eix-0.18.3: EXCLUDE_OVERLAY does not work
Summary: app-portage/eix-0.18.3: EXCLUDE_OVERLAY does not work
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal
Assignee: Jeremy Olexa (darkside) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-20 18:27 UTC by Allen Brooker (AllenJB)
Modified: 2009-12-30 10:16 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 Allen Brooker (AllenJB) 2009-11-20 18:27:21 UTC
For example:
EXCLUDE_OVERLAY="(layman/kde-testing)" eix-remote update
eix kdevelop

Still shows the version from the kde-testing overlay.

If there's a new way to exclude overlays from eix-remote updates, please document it ("man eix-remote" is notable by its absence and there's nothing in "eix-remote --help" about excluding overlays as far as I can see).
Comment 1 Martin Väth 2009-11-21 19:38:49 UTC
Only the default choice for the virtual paths (which is autogenerated by the
remote path and repository name) has been changed. You can see the paths with
   OVERLAYS_LIST=all eix --not
So probably
   EXCLUDE_OVERLAY="layman/kde-testing:\ kde"
or a bit more generic
   EXCLUDE_OVERLAY="layman/kde-testing*"
will do what you want.
Comment 2 Martin Väth 2009-12-30 10:16:50 UTC
I suppose that the problem was only the wrong path as written in my
previous comment?
In this case, I suppose that I can close the bug, please reopen if I am wrong.
Note that the names have changed in eix-0.19.1 once more since now the
repository names are really stored as such (and not "encrypted" in the
virtual path).