diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-10-16 12:27:25 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-10-16 12:29:35 -0700 |
commit | e833924817a83a2ccefdb98e25b3f9f41c2c1616 (patch) | |
tree | c5c4997733e0c61a86060cd133effeb39f1c8bab /dev-libs | |
parent | x11-base/xorg-server: Version bump to 1.20.2 (diff) | |
download | gentoo-e833924817a83a2ccefdb98e25b3f9f41c2c1616.tar.gz gentoo-e833924817a83a2ccefdb98e25b3f9f41c2c1616.tar.bz2 gentoo-e833924817a83a2ccefdb98e25b3f9f41c2c1616.zip |
dev-libs/wayland: Drop ltprune
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/wayland/wayland-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild index 62aa7b2393bb..fccfe91aa57e 100644 --- a/dev-libs/wayland/wayland-9999.ebuild +++ b/dev-libs/wayland/wayland-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" fi -inherit autotools libtool ltprune multilib-minimal toolchain-funcs $GIT_ECLASS +inherit autotools libtool multilib-minimal toolchain-funcs $GIT_ECLASS DESCRIPTION="Wayland protocol libraries" HOMEPAGE="https://wayland.freedesktop.org/" @@ -57,7 +57,7 @@ multilib_src_configure() { } multilib_src_install_all() { - prune_libtool_files + find "${D}" -name '*.la' -delete || die einstalldocs } |