commit: 9144c990bfd792e101f87b459922f1b8c47d353e Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Thu Dec 22 17:49:43 2016 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Thu Dec 22 17:49:43 2016 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=9144c990
isos: set busybox[-static] We don't need the static binary for recovery on iso images, and it conflicts with the global USE=pam setting we turn on for isos. releases/weekly/portage/isos/package.use/admincd-packages | 1 + 1 file changed, 1 insertion(+) diff --git a/releases/weekly/portage/isos/package.use/admincd-packages b/releases/weekly/portage/isos/package.use/admincd-packages index 1b5ad93..4232197 100644 --- a/releases/weekly/portage/isos/package.use/admincd-packages +++ b/releases/weekly/portage/isos/package.use/admincd-packages @@ -1 +1,2 @@ mail-mta/ssmtp mta +sys-apps/busybox -static
