Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 187061 - app-portage/layman - layman -L hides overlays from local list
Summary: app-portage/layman - layman -L hides overlays from local list
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gunnar Wrobel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-29 20:21 UTC by Michael Siebert
Modified: 2007-09-11 06:25 UTC (History)
0 users

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 Michael Siebert 2007-07-29 20:21:00 UTC
I made a list of different overlays and included it in /etc/layman/layman.cfg. I can add overlays from that list with "layman -a", but a "layman -L" does not show these overlays.

My file:

<?xml version="1.0" ?>
<layman>

	<overlay
	  contact="aballier@gentoo.org"
	  name="aballier"
	  src="http://overlays.gentoo.org/svn/dev/aballier"
	  type="svn">
	  <link>
	    http://overlays.gentoo.org/svn/dev/aballier
	  </link>
	  <description>
	    Overlay belonging to gentoo developer aballier.
	  </description>
	</overlay>
</layman>

Since "layman -a" works correctly, we can assume that I added it right in layman.cfg

Reproducible: Always
Comment 1 Gunnar Wrobel (RETIRED) gentoo-dev 2007-09-11 06:25:42 UTC
Use the "-k" flag. The default behavior of layman will change with the next version.