Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 436330 - allow extended '::overlay' syntax in /etc/portage/profile/package.use.force/mask
Summary: allow extended '::overlay' syntax in /etc/portage/profile/package.use.force/mask
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 431026
  Show dependency tree
 
Reported: 2012-09-26 17:39 UTC by Sergei Trofimovich (RETIRED)
Modified: 2012-09-27 22:11 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 Sergei Trofimovich (RETIRED) gentoo-dev 2012-09-26 17:39:17 UTC
I'm on hardened and like to use mingw32 crosscompiler, but
crossdev always rewrites masks for me like that:

$ cat /etc/portage/profile/package.use.force/cross-mingw32 
cross-mingw32/binutils -multilib
cross-mingw32/gcc -multilib
cross-mingw32/w32api -multilib
cross-mingw32/mingw-runtime -multilib
cross-mingw32/gdb -multilib

(it does not disable USE=hardened and build fails)

I'd like to have the following thing for example (i plan to install
a lot of crosscompilers):

$ cat /etc/portage/profile/package.use.force/cross
*/*::cross-overlay -hardened

but it is not allowed by portage:

--- Invalid atom in /etc/portage/profile/package.use.mask: */*::cross-overlay
--- Invalid atom in /etc/portage/profile/package.use.force: */*::cross-overlay

How about allowing extended syntax in /etc/portage/profile/*{force,mask}
and only (or not only?) there to avoid incompatibility creep into main tree

Thanks!
Comment 2 Zac Medico gentoo-dev 2012-09-27 22:11:23 UTC
This is fixed in 2.1.11.23 and 2.2.0_alpha134.