Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/apr/
Date: Sat, 01 Sep 2018 17:55:15
Message-Id: 1535824495.6c0ee0a94b36ed0fe9b9e65b457ff798a6f5dff4.whissi@gentoo
1 commit: 6c0ee0a94b36ed0fe9b9e65b457ff798a6f5dff4
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 1 17:44:27 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 1 17:54:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0ee0a9
7
8 dev-libs/apr: drop ltprune eclass
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 dev-libs/apr/apr-1.6.3-r2.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/apr/apr-1.6.3-r2.ebuild b/dev-libs/apr/apr-1.6.3-r2.ebuild
16 index e1f58f62ed5..5333edec323 100644
17 --- a/dev-libs/apr/apr-1.6.3-r2.ebuild
18 +++ b/dev-libs/apr/apr-1.6.3-r2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -inherit autotools libtool ltprune multilib toolchain-funcs
24 +inherit autotools libtool multilib toolchain-funcs
25
26 DESCRIPTION="Apache Portable Runtime Library"
27 HOMEPAGE="https://apr.apache.org/"
28 @@ -140,7 +140,9 @@ src_install() {
29 # Prallel install breaks since apr-1.5.1
30 #make -j1 DESTDIR="${D}" install || die
31
32 - prune_libtool_files --all
33 + if ! use static-libs; then
34 + find "${ED%/}" -name '*.la' -delete || die
35 + fi
36
37 if use doc; then
38 docinto html