diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-10-20 16:51:16 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-10-20 16:51:16 -0400 |
commit | 13959dba9c912b76d420d6944efb73356a350664 (patch) | |
tree | cb4b791a0c4cf176530a28a16d94fff76e8f9f89 /sys-apps/shadow | |
parent | dev-python/seaborn: add 0.11.2, enable py3.10 (diff) | |
download | gentoo-13959dba9c912b76d420d6944efb73356a350664.tar.gz gentoo-13959dba9c912b76d420d6944efb73356a350664.tar.bz2 gentoo-13959dba9c912b76d420d6944efb73356a350664.zip |
sys-apps/shadow: drop libsubid.la
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/shadow')
-rw-r--r-- | sys-apps/shadow/shadow-4.9-r3.ebuild (renamed from sys-apps/shadow/shadow-4.9-r2.ebuild) | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys-apps/shadow/shadow-4.9-r2.ebuild b/sys-apps/shadow/shadow-4.9-r3.ebuild index 83d66dc0f81d..8c120ddc8945 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 |