commit: 13959dba9c912b76d420d6944efb73356a350664
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 20:51:16 2021 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 20:51:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13959dba
sys-apps/shadow: drop libsubid.la
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
sys-apps/shadow/{shadow-4.9-r2.ebuild => shadow-4.9-r3.ebuild} | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/sys-apps/shadow/shadow-4.9-r2.ebuild
b/sys-apps/shadow/shadow-4.9-r3.ebuild
similarity index 95%
rename from sys-apps/shadow/shadow-4.9-r2.ebuild
rename to sys-apps/shadow/shadow-4.9-r3.ebuild
index 83d66dc0f81..8c120ddc894 100644
--- a/sys-apps/shadow/shadow-4.9-r2.ebuild
+++ b/sys-apps/shadow/shadow-4.9-r3.ebuild
@@ -119,12 +119,7 @@ src_install() {
# 4.9 regression: https://github.com/shadow-maint/shadow/issues/389
emake DESTDIR="${D}" -C man install
- # Remove libshadow and libmisc; see bug 37725 and the following
- # comment from shadow's README.linux:
- # Currently, libshadow.a is for internal use only, so if you see
- # -lshadow in a Makefile of some other package, it is safe to
- # remove it.
- rm -f "${ED}"/{,usr/}$(get_libdir)/lib{misc,shadow}.{a,la}
+ find "${ED}" -name '*.la' -type f -delete || die
insinto /etc
if ! use pam ; then