blob: 36a4bb16d5d57dc0368900836aed472d8840d8fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
sys-apps/busybox -pam static
# Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> (13 Feb 2011)
# Disable deprecated bsddb module of Python 2 by default.
=dev-lang/python-2* -berkdb
|