From 1e3aadf18792bd10d5577b971994641467258458 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sat, 3 Mar 2018 14:53:25 +1300 Subject: 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(+) (limited to 'profiles/base') diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 5fd8228658fd..25385e4e0250 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 (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 (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. -- cgit v1.2.3-65-gdbad