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 C705A1396D0 for ; Tue, 22 Aug 2017 12:23:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36A441FC046; Tue, 22 Aug 2017 12:23:36 +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 13B2C1FC03E for ; Tue, 22 Aug 2017 12:23:36 +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 1F05E3417CB for ; Tue, 22 Aug 2017 12:23:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEE837E9D for ; Tue, 22 Aug 2017 12:23:33 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1503404605.b555f57f9d33e18600c6d68a3403cadbdab1f1b9.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/apr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/apr/apr-1.6.2.ebuild X-VCS-Directories: dev-libs/apr/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b555f57f9d33e18600c6d68a3403cadbdab1f1b9 X-VCS-Branch: master Date: Tue, 22 Aug 2017 12:23:33 +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-Archives-Salt: 7f7486e0-a853-410a-bf39-803cf581e2ef X-Archives-Hash: c6390cf91b61bb1ab201218244d94efa commit: b555f57f9d33e18600c6d68a3403cadbdab1f1b9 Author: Lars Wendler gentoo org> AuthorDate: Tue Aug 22 12:15:13 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Aug 22 12:23:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b555f57f dev-libs/apr: Re-added prune_libtool_files (bug #628590). Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-libs/apr/apr-1.6.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/apr/apr-1.6.2.ebuild b/dev-libs/apr/apr-1.6.2.ebuild index d7265882579..cc08f293430 100644 --- a/dev-libs/apr/apr-1.6.2.ebuild +++ b/dev-libs/apr/apr-1.6.2.ebuild @@ -3,10 +3,10 @@ EAPI=6 -inherit autotools libtool multilib toolchain-funcs +inherit autotools libtool ltprune multilib toolchain-funcs DESCRIPTION="Apache Portable Runtime Library" -HOMEPAGE="http://apr.apache.org/" +HOMEPAGE="https://apr.apache.org/" SRC_URI="mirror://apache/apr/${P}.tar.bz2" LICENSE="Apache-2.0" @@ -132,7 +132,7 @@ src_install() { # Prallel install breaks since apr-1.5.1 #make -j1 DESTDIR="${D}" install || die - find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die + prune_libtool_files --all if use doc; then docinto html