Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
Date: Mon, 30 Oct 2017 01:26:26
Message-Id: 1509326682.c420d6cd69aa5ae5828891d2398bfa3777f9b409.floppym@gentoo
1 commit: c420d6cd69aa5ae5828891d2398bfa3777f9b409
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 30 01:24:42 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 01:24:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c420d6cd
7
8 profiles: disable net-libs/mbedtls[zlib] by default
9
10 Closes: https://bugs.gentoo.org/635822
11
12 profiles/default/linux/package.use | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/profiles/default/linux/package.use b/profiles/default/linux/package.use
16 index 3b2e027ebf8..36a4bb16d5d 100644
17 --- a/profiles/default/linux/package.use
18 +++ b/profiles/default/linux/package.use
19 @@ -1,6 +1,10 @@
20 # Copyright 1999-2011 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 +# Mike Gilbert <floppym@g.o> (29 Oct 2017)
24 +# Override default from make.defaults, bug 635822.
25 +net-libs/mbedtls -zlib
26 +
27 # Mike Frysinger <vapier@g.o> (12 Nov 2015)
28 # We want busybox statically linked by default as it is the system rescue shell.
29 # But we cannot statically link pam, so turn that off by default. #468580