Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libuv/
Date: Sun, 30 Sep 2018 08:38:51
Message-Id: 1538296707.8918de2aedbd24bf4836b2343104c3f3f94e624b.asturm@gentoo
1 commit: 8918de2aedbd24bf4836b2343104c3f3f94e624b
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Sep 29 16:25:48 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 08:38:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8918de2a
7
8 dev-libs/libuv: remove ltprune eclass
9
10 Closes: https://bugs.gentoo.org/666722
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/9938
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 dev-libs/libuv/libuv-1.23.1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-libs/libuv/libuv-1.23.1.ebuild b/dev-libs/libuv/libuv-1.23.1.ebuild
19 index 1edbef416b0..da446c4f459 100644
20 --- a/dev-libs/libuv/libuv-1.23.1.ebuild
21 +++ b/dev-libs/libuv/libuv-1.23.1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=6
25
26 -inherit autotools ltprune multilib-minimal
27 +inherit autotools multilib-minimal
28
29 DESCRIPTION="Cross-platform asychronous I/O"
30 HOMEPAGE="https://github.com/libuv/libuv"
31 @@ -43,5 +43,5 @@ multilib_src_test() {
32
33 multilib_src_install_all() {
34 einstalldocs
35 - prune_libtool_files
36 + find "${D}" -name '*.la' -delete || die
37 }