diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-10-29 21:24:42 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-10-29 21:24:42 -0400 |
commit | c420d6cd69aa5ae5828891d2398bfa3777f9b409 (patch) | |
tree | 2a754443b71ea46279796709670f148b01539ed7 /profiles/default | |
parent | dev-libs/atf: Stable on amd64 (diff) | |
download | gentoo-c420d6cd69aa5ae5828891d2398bfa3777f9b409.tar.gz gentoo-c420d6cd69aa5ae5828891d2398bfa3777f9b409.tar.bz2 gentoo-c420d6cd69aa5ae5828891d2398bfa3777f9b409.zip |
profiles: disable net-libs/mbedtls[zlib] by default
Closes: https://bugs.gentoo.org/635822
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/package.use | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/default/linux/package.use b/profiles/default/linux/package.use index 3b2e027ebf8a..36a4bb16d5d5 100644 --- a/profiles/default/linux/package.use +++ b/profiles/default/linux/package.use @@ -1,6 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Mike Gilbert <floppym@gentoo.org> (29 Oct 2017) +# Override default from make.defaults, bug 635822. +net-libs/mbedtls -zlib + # Mike Frysinger <vapier@gentoo.org> (12 Nov 2015) # We want busybox statically linked by default as it is the system rescue shell. # But we cannot statically link pam, so turn that off by default. #468580 |