From 04bdadff81f54f42e2f95bbd6248788b5acd153d Mon Sep 17 00:00:00 2001 From: Andrew Jeddeloh Date: Wed, 8 Nov 2017 17:09:46 -0800 Subject: [PATCH] profiles: add -nls for man-db This will enable us to emerge man-db without pulling in a ton of perl dependencies. This means we can also switch to only having one man provider. --- .../coreos-overlay/profiles/coreos/base/package.use | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use index 0599628c3a..a829f6fc6c 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use @@ -103,3 +103,6 @@ dev-db/etcd -etcdctl # can be removed with socat-2.0.0; this is the openssl/readline license # incompatibility net-misc/socat -ssl + +# Prevent pulling in a ton of perl dependencies +sys-apps/man-db -nls