commit: 49cccfb5390e03058e59fbe8748b1d5a97685a01 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Sat Jul 22 17:40:33 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Jul 27 14:37:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49cccfb5
profiles/base/p.use: disable default gdbm USE for net-firewall/fwknop Otherwise it enforces server USE to all users via REQUIRED_USE. profiles/base/package.use | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use b/profiles/base/package.use index b21593100fb..9590bcc5484 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,6 +1,11 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Ilya Tumaykin <[email protected]> (22 Jul 2017) +# Override default +gdbm setting, which enables minor server-only +# feature, but enforces server USE to all users via REQUIRED_USE. +net-firewall/fwknop -gdbm + # David Seifert <[email protected]> (17 Apr 2017) # Only python 3.5 supported kde-apps/kajongg:5 python_single_target_python3_5 python_targets_python3_5
