[gentoo-portage-dev] [PATCH] emerge: Warn on maintainer-needed pkgs

2020-05-09 Thread Zac Medico
From: "Sam James (sam_c)" Introduces new repos.conf/layout.conf variables: * maintainer-nag (yes/no) * maintainer-nag-url (URL to be given for volunteers to look at) Bug: https://bugs.gentoo.org/711466 Closes: https://github.com/gentoo/portage/pull/529 Signed-off-by: Sam James (sam_c)

Re: [gentoo-portage-dev] [PATCH] Change BINPKG_COMPRESS default from bzip2 to xz

2020-05-09 Thread Zac Medico
On 4/26/20 2:12 PM, Zac Medico wrote: > On 4/26/20 1:09 PM, Matt Turner wrote: >> On Sun, Apr 26, 2020 at 12:29 PM Michał Górny wrote: >>> >>> On Sun, 2020-04-26 at 09:55 -0700, Matt Turner wrote: Bug: https://bugs.gentoo.org/715108 Signed-off-by: Matt Turner --- Strawman

[gentoo-portage-dev] [PATCH] NeededEntry: don't use scanelf -q (bug 721336)

2020-05-09 Thread Zac Medico
We don't use scanelf -q, since that would omit libraries like musl's /usr/lib/libc.so which do not have any DT_NEEDED or DT_SONAME settings. Since we don't use scanelf -q, we have to handle the special rpath value " - ". Bug: https://bugs.gentoo.org/721336 Fixes: 25fbe7bc1a92 ("NeededEntry: