summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-11-13 00:31:00 -0500
committerMike Frysinger <vapier@gentoo.org>2015-11-13 00:33:19 -0500
commita88ace55b415065fd71800db672557e54e065969 (patch)
treec758b44a32a7a7198b93f2fe4a8d050450bd8e2b /profiles/default
parentsys-apps/busybox: version bump #564246 (diff)
downloadgentoo-a88ace55b415065fd71800db672557e54e065969.tar.gz
gentoo-a88ace55b415065fd71800db672557e54e065969.tar.bz2
gentoo-a88ace55b415065fd71800db672557e54e065969.zip
sys-apps/busybox: move USE=static default to the profile #468580
Since busybox is pulled in via the linux profile (as we use it as the rescue shell there), we should have the static USE flag set via the profile too rather than the ebuild. This way we apply it only to the subset of profiles where it makes sense. For the live ebuild, we also switch to REQUIRED_USE since package.use is able to override make.defaults (which is where USE=pam is set). We can see how users react to this behavior before pulling it back into the released versions.
Diffstat (limited to 'profiles/default')
-rw-r--r--profiles/default/linux/package.use5
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/default/linux/package.use b/profiles/default/linux/package.use
index 8dd735c8cf1e..827b0534890d 100644
--- a/profiles/default/linux/package.use
+++ b/profiles/default/linux/package.use
@@ -2,6 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+# 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