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 8621E138334 for ; Sat, 7 Dec 2019 21:34:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE21BE0863; Sat, 7 Dec 2019 21:34:05 +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 A0DB8E0863 for ; Sat, 7 Dec 2019 21:34:05 +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 1C27134D67B for ; Sat, 7 Dec 2019 21:34:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A72DCA8 for ; Sat, 7 Dec 2019 21:34:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1575754438.3e1a2796e0232c9533e2a06cf31644ccd53f4fbd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxml2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libxml2/libxml2-2.9.9-r2.ebuild X-VCS-Directories: dev-libs/libxml2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3e1a2796e0232c9533e2a06cf31644ccd53f4fbd X-VCS-Branch: master Date: Sat, 7 Dec 2019 21:34:01 +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: e90efc52-387a-4b25-99e5-a916cfee54ad X-Archives-Hash: b3a03dbd5ade627e3aec231392103470 commit: 3e1a2796e0232c9533e2a06cf31644ccd53f4fbd Author: Michał Górny gentoo org> AuthorDate: Sat Dec 7 21:32:13 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 7 21:33:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e1a2796 dev-libs/libxml2: Replace ltprune Signed-off-by: Michał Górny gentoo.org> dev-libs/libxml2/libxml2-2.9.9-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libxml2/libxml2-2.9.9-r2.ebuild b/dev-libs/libxml2/libxml2-2.9.9-r2.ebuild index b001a77d4c5..24baa153a84 100644 --- a/dev-libs/libxml2/libxml2-2.9.9-r2.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.9-r2.ebuild @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) PYTHON_REQ_USE="xml" -inherit libtool flag-o-matic ltprune python-r1 autotools prefix multilib-minimal +inherit libtool flag-o-matic python-r1 autotools prefix multilib-minimal DESCRIPTION="XML C parser and toolkit" HOMEPAGE="http://www.xmlsoft.org/" @@ -194,7 +194,7 @@ multilib_src_install_all() { rm -rf "${ED}"/usr/share/doc/${PF}/python/examples fi - prune_libtool_files --modules + find "${D}" -name '*.la' -delete || die } pkg_postinst() {