commit: 4a580a27e62e9053027bc9d6ba8e7be27cac1ff3 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Fri Mar 13 21:32:27 2026 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Fri Mar 13 21:34:13 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a580a27
profiles: Mask sqlite-3.52.0 We've already removed the withdrawn 3.52.0 release, but mask it and the corresponding apsw-3.52.0.0 just to be on the safe side. Bug: https://bugs.gentoo.org/971155 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 7a2370309044..44fa2445d33d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,13 @@ #--- END OF EXAMPLES --- +# Jakov Smolić <[email protected]> (2026-03-13) +# sqlite-3.52.0 has been withdrawn shortly after its release due to +# backwards-compatibility issues +# https://sqlite.org/releaselog/3_52_0.html +=dev-db/sqlite-3.52.0-r1 +=dev-python/apsw-3.52.0.0 + # Ionen Wolkens <[email protected]> (2026-03-12) # Package was added for games-strategy/naev-0.12.x but 0.13.x no longer # needs it and it never gained other consumers. Have no intentions to
