diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-11-10 13:28:50 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-11-10 13:29:02 -0500 |
commit | 359fe2acb0e4b49840062aaa539141cb3ecaadf2 (patch) | |
tree | c84ad6f1f85b86035f1095e429b69e29abff63b6 /net-dns/avahi | |
parent | toolchain.eclass: advertise fortran support for >=gcc-4.2+ (diff) | |
download | gentoo-359fe2acb0e4b49840062aaa539141cb3ecaadf2.tar.gz gentoo-359fe2acb0e4b49840062aaa539141cb3ecaadf2.tar.bz2 gentoo-359fe2acb0e4b49840062aaa539141cb3ecaadf2.zip |
net-dns/avahi: fix deprecated prune_libtool_files, bug #699752
Closes: https://bugs.gentoo.org/699752
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'net-dns/avahi')
-rw-r--r-- | net-dns/avahi/avahi-0.7-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/avahi/avahi-0.7-r3.ebuild b/net-dns/avahi/avahi-0.7-r3.ebuild index 14dcdf4ec159..e3b920074330 100644 --- a/net-dns/avahi/avahi-0.7-r3.ebuild +++ b/net-dns/avahi/avahi-0.7-r3.ebuild @@ -195,7 +195,7 @@ multilib_src_install() { fi # The build system creates an empty "/run" directory, so we clean it up here - rmdir "${ED}"/run + rmdir "${ED}"/run || die } multilib_src_install_all() { @@ -209,7 +209,7 @@ multilib_src_install_all() { dodoc docs/{AUTHORS,NEWS,README,TODO} - prune_libtool_files --all + find "${ED}" -name '*.la' -type f -delete || die } pkg_postinst() { |