Skip to content

Commit

Permalink
dev-libs/apr: drop ltprune eclass
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.48, Repoman-2.3.10
  • Loading branch information
Whissi committed Sep 1, 2018
1 parent aa78a28 commit 6c0ee0a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev-libs/apr/apr-1.6.3-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

inherit autotools libtool ltprune multilib toolchain-funcs
inherit autotools libtool multilib toolchain-funcs

DESCRIPTION="Apache Portable Runtime Library"
HOMEPAGE="https://apr.apache.org/"
Expand Down Expand Up @@ -140,7 +140,9 @@ src_install() {
# Prallel install breaks since apr-1.5.1
#make -j1 DESTDIR="${D}" install || die

prune_libtool_files --all
if ! use static-libs; then
find "${ED%/}" -name '*.la' -delete || die
fi

if use doc; then
docinto html
Expand Down

0 comments on commit 6c0ee0a

Please sign in to comment.