profiles: package.use.stable.mask dev-perl/DBD-SQLite[system-sqlite]
authorKent Fredric <kentnl@gentoo.org>
Sat, 3 Mar 2018 01:53:25 +0000 (14:53 +1300)
committerKent Fredric <kentnl@gentoo.org>
Sat, 3 Mar 2018 01:57:33 +0000 (14:57 +1300)
- 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

index 5fd8228658fdb5081bffa85d433dc645a548797b..25385e4e02508305b9f40a5aca55956c1c05bc9b 100644 (file)
@@ -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 <kentnl@gentoo.org> (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 <itumaykin+gentoo@gmail.com> (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.