commit: 7afb263638d501ad69ed72d7982cb2878668e2cd Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Wed Aug 7 06:21:47 2024 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Wed Aug 7 06:22:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7afb2636
profiles/prefix/package.mask: mask gentoo-functions-1.7 and up These versions install files out of prefix, currently breaking the bootstrap process. Bug: https://bugs.gentoo.org/937463 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/prefix/package.mask b/profiles/prefix/package.mask index 321dccb561cb..32d9ead502f3 100644 --- a/profiles/prefix/package.mask +++ b/profiles/prefix/package.mask @@ -8,6 +8,10 @@ # NOTE: Please add your entry at the top! # +# Fabian Groffen <[email protected]> <2024-08-07) +# installs files out of prefix, breaks bootstrap #937463 +>sys-apps/gentoo-functions-1.7 + # Fabian Groffen <[email protected]> (2020-08-02) # Python 2 is no longer supported # Recent Portage releases no longer supports Python 2, and the version
