Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland/
Date: Tue, 16 Oct 2018 19:30:21
Message-Id: 1539718175.e833924817a83a2ccefdb98e25b3f9f41c2c1616.mattst88@gentoo
1 commit: e833924817a83a2ccefdb98e25b3f9f41c2c1616
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 16 19:27:25 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 16 19:29:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8339248
7
8 dev-libs/wayland: Drop ltprune
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/wayland/wayland-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild
16 index 62aa7b2393b..fccfe91aa57 100644
17 --- a/dev-libs/wayland/wayland-9999.ebuild
18 +++ b/dev-libs/wayland/wayland-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
26 GIT_ECLASS="git-r3"
27 fi
28
29 -inherit autotools libtool ltprune multilib-minimal toolchain-funcs $GIT_ECLASS
30 +inherit autotools libtool multilib-minimal toolchain-funcs $GIT_ECLASS
31
32 DESCRIPTION="Wayland protocol libraries"
33 HOMEPAGE="https://wayland.freedesktop.org/"
34 @@ -57,7 +57,7 @@ multilib_src_configure() {
35 }
36
37 multilib_src_install_all() {
38 - prune_libtool_files
39 + find "${D}" -name '*.la' -delete || die
40 einstalldocs
41 }