commit: 6ea12c9bf2f5ebd424302aaa14c2e0823dff3e1e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Aug 4 23:08:28 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 4 23:17:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea12c9b
profiles: add note regarding deselect for pkgconfig mask Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 2983823932f..87cd6131507 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -68,6 +68,9 @@ sci-physics/sassena # Last release over 4 years ago, upstream pretty much dead, the # ecosystem has switched to dev-util/pkgconf, which is alive. Testing # and prefix bugs, blocks WANT_AUTOMAKE=1.12 removal. +# (If you hit blockers, please run: +# $ emerge --deselect dev-util/pkgconfig +# This is necessary as your world file should not contain dependencies.) # Bug #245228, #632124, #691268, #767853, removal in 30 days. dev-util/pkgconfig
