From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B4A413997D for ; Sun, 10 Nov 2019 18:29:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A939AE0A7C; Sun, 10 Nov 2019 18:29:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 918F0E0A7C for ; Sun, 10 Nov 2019 18:29:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8FDE34CB40 for ; Sun, 10 Nov 2019 18:29:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C4F1890 for ; Sun, 10 Nov 2019 18:29:11 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1573410542.359fe2acb0e4b49840062aaa539141cb3ecaadf2.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/avahi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/avahi/avahi-0.7-r3.ebuild X-VCS-Directories: net-dns/avahi/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 359fe2acb0e4b49840062aaa539141cb3ecaadf2 X-VCS-Branch: master Date: Sun, 10 Nov 2019 18:29:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b19e3106-873a-4803-a599-23a56700e816 X-Archives-Hash: b2e1439adcf7a38d361088083d498a52 commit: 359fe2acb0e4b49840062aaa539141cb3ecaadf2 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Nov 10 18:28:50 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Nov 10 18:29:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359fe2ac 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 gentoo.org> net-dns/avahi/avahi-0.7-r3.ebuild | 4 ++-- 1 file 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 14dcdf4ec15..e3b92007433 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() {