mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
profile: prevent USE=build flapping on portage to stop pointless rebuilds and breakage
This commit is contained in:
parent
ac6f7ba829
commit
ad496461ed
2 changed files with 6 additions and 0 deletions
|
|
@ -5,3 +5,6 @@ app-editors/vim-core livecd
|
|||
media-libs/mesa opencl
|
||||
#same with wine
|
||||
app-emulation/wine opencl
|
||||
|
||||
#portage should NEVER be built with the build flag outside of bootstrapping
|
||||
sys-apps/portage build
|
||||
|
|
|
|||
3
profiles/pentoo/bootstrap/package.use.mask
Normal file
3
profiles/pentoo/bootstrap/package.use.mask
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#portage should NEVER be built with the build flag outside of bootstrapping
|
||||
#and this is the bootstrap profile so we unmask it
|
||||
sys-apps/portage -build
|
||||
Loading…
Reference in a new issue