commit: 1e3aadf18792bd10d5577b971994641467258458 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Sat Mar 3 01:53:25 2018 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Sat Mar 3 01:57:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3aadf1
profiles: package.use.stable.mask dev-perl/DBD-SQLite[system-sqlite] - Using versions of system sqlite other than the one DBD-SQLite ships with causes regular issues that challenge the ability for tis package to have a meaning stability status - Restricting system sqlite versions to solve the above problem causes significant impediments to stabilizing sqlite. ( DBD-SQLites release cycle is somewhat behind that of SQLites ) Bug: https://bugs.gentoo.org/641108 Bug: https://bugs.gentoo.org/649408 Bug: https://bugs.gentoo.org/640724 profiles/base/package.use.stable.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 5fd8228658f..25385e4e025 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -4,6 +4,12 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Kent Fredric <[email protected]> (3 Mar 2018) +# Not an officially supported configuration, as it causes unpredictable +# fragility and/or dependency headaches due to the very narrow interop window +# Bugs #649408, #641108, #640724 +dev-perl/DBD-SQLite system-sqlite + # Ilya Tumaykin <[email protected]> (13 Feb 2018) # Requires >=dev-lang/mujs-1.0.0 stabilized. mpv-0.27.2 is stabilized # due to a security bug, so we won't bother with javascript this time.
