diff options
author | 2017-07-22 20:40:33 +0300 | |
---|---|---|
committer | 2017-07-28 00:37:59 +1000 | |
commit | 49cccfb5390e03058e59fbe8748b1d5a97685a01 (patch) | |
tree | 71639598e1c2c7b0044c93e7ed007766f10470b9 /profiles | |
parent | app-text/ansifilter: version bump 2.6 (diff) | |
download | gentoo-49cccfb5390e03058e59fbe8748b1d5a97685a01.tar.gz gentoo-49cccfb5390e03058e59fbe8748b1d5a97685a01.tar.bz2 gentoo-49cccfb5390e03058e59fbe8748b1d5a97685a01.zip |
profiles/base/p.use: disable default gdbm USE for net-firewall/fwknop
Otherwise it enforces server USE to all users via REQUIRED_USE.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/base/package.use b/profiles/base/package.use index b21593100fb3..9590bcc54846 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 <itumaykin+gentoo@gmail.com> (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 <soap@gentoo.org> (17 Apr 2017) # Only python 3.5 supported kde-apps/kajongg:5 python_single_target_python3_5 python_targets_python3_5 |