From ad496461edf6c616a1e1642233c1fa55f95d4a27 Mon Sep 17 00:00:00 2001 From: Zero_Chaos Date: Sun, 4 Jan 2015 03:30:38 +0000 Subject: [PATCH] profile: prevent USE=build flapping on portage to stop pointless rebuilds and breakage --- profiles/pentoo/base/package.use.mask | 3 +++ profiles/pentoo/bootstrap/package.use.mask | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 profiles/pentoo/bootstrap/package.use.mask diff --git a/profiles/pentoo/base/package.use.mask b/profiles/pentoo/base/package.use.mask index bf2ff9f22..c8ce5adbb 100644 --- a/profiles/pentoo/base/package.use.mask +++ b/profiles/pentoo/base/package.use.mask @@ -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 diff --git a/profiles/pentoo/bootstrap/package.use.mask b/profiles/pentoo/bootstrap/package.use.mask new file mode 100644 index 000000000..3e1c58542 --- /dev/null +++ b/profiles/pentoo/bootstrap/package.use.mask @@ -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