profiles: disable net-libs/mbedtls[zlib] by default
authorMike Gilbert <floppym@gentoo.org>
Mon, 30 Oct 2017 01:24:42 +0000 (21:24 -0400)
committerMike Gilbert <floppym@gentoo.org>
Mon, 30 Oct 2017 01:24:42 +0000 (21:24 -0400)
Closes: https://bugs.gentoo.org/635822

profiles/default/linux/package.use

index 3b2e027ebf8a688d9ab009d22826cccbd8ab2d03..36a4bb16d5d57dc0368900836aed472d8840d8fd 100644 (file)
@@ -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