commit: f69822f2cbe499b66015fdb6dd05957b5d7572a1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 1 22:20:49 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 1 23:35:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69822f2
profiles: mask new proj 8.x release (old API removal) Bug: https://bugs.gentoo.org/729098 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 8ef5338a942..1569b6052a9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,13 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2021-03-01) +# Mask new proj 8.x as it removes deprecated +# API. Likely to break several consumers +# which haven't yet ported. +# bug #729098 +~sci-libs/proj-8.0.0 + # Sam James <[email protected]> (2021-02-28) # games-strategy/0ad-data has been merged # into games-strategy/0ad for simplicity.
