commit: c420d6cd69aa5ae5828891d2398bfa3777f9b409 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Oct 30 01:24:42 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Oct 30 01:24:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c420d6cd
profiles: disable net-libs/mbedtls[zlib] by default Closes: https://bugs.gentoo.org/635822 profiles/default/linux/package.use | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/default/linux/package.use b/profiles/default/linux/package.use index 3b2e027ebf8..36a4bb16d5d 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 <[email protected]> (29 Oct 2017) +# Override default from make.defaults, bug 635822. +net-libs/mbedtls -zlib + # Mike Frysinger <[email protected]> (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
