Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 808102 - package.use: unexpected ::repo behavior
Summary: package.use: unexpected ::repo behavior
Status: UNCONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Configuration (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-14 04:57 UTC by Anna Vyalkova
Modified: 2021-08-14 18:17 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 Anna Vyalkova 2021-08-14 04:57:24 UTC
I have this in package.use:

*/*::guru test
dev-python/*::guru -test
dev-python/* -test

But `test` use flag for dev-python packages gets enabled anyway.

However, this works:
*/* test
dev-python/* -test