package.use 504 B

123456789101112
  1. # Copyright 1999-2011 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # Mike Frysinger <vapier@gentoo.org> (12 Nov 2015)
  4. # We want busybox statically linked by default as it is the system rescue shell.
  5. # But we cannot statically link pam, so turn that off by default. #468580
  6. sys-apps/busybox -pam static
  7. # Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> (13 Feb 2011)
  8. # Disable deprecated bsddb module of Python 2 by default.
  9. =dev-lang/python-2* -berkdb