Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178948 - repoman does not honour $PORTDIR_OVERLAY for all things
Summary: repoman does not honour $PORTDIR_OVERLAY for all things
Status: VERIFIED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-17 22:06 UTC by jieryn
Modified: 2007-05-18 11:40 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 jieryn 2007-05-17 22:06:32 UTC
I help maintain a private overlay for my corporate Gentoo population. We use an overlay to distribute private packages. Some of these packages make use of local USE flags which are not found in /usr/portage/profile/use{,.local}.desc .. our $PORTDIR_OVERLAY/profiles/use.local.desc contains a description for 'hsm' however repoman complains with:

 IUSE.invalid                   7
   app-backup/tsm/tsm-5.4.0.0.ebuild: hsm



Reproducible: Always

Steps to Reproduce:
1. repoman full
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-05-18 07:04:28 UTC
(In reply to comment #0)
> .. our $PORTDIR_OVERLAY/profiles/use.local.desc contains a description for
> 'hsm' however repoman complains with:

Well, then the entry is invalid, has a typo or whatever. Fix it; repoman works just fine with this.
Comment 2 jieryn 2007-05-18 11:35:47 UTC
Yes, I validate it works for me now that I've put the use.local.desc into every one of my private overlays, instead of just one of them. Sorry, and thank you. :-D
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-05-18 11:40:41 UTC
(In reply to comment #2)
> Yes, I validate it works for me now that I've put the use.local.desc into every
> one of my private overlays, instead of just one of them. Sorry, and thank you.
> :-D

OK, good that it works now. :)