From 82d4fada68514aa14f742cc7e08d5c94907fa099 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Tue, 20 Mar 2018 12:08:09 +0100 Subject: [PATCH] dev-db/unixODBC: Replaced ltprune with find. Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- dev-db/unixODBC/unixODBC-2.3.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/unixODBC/unixODBC-2.3.6.ebuild b/dev-db/unixODBC/unixODBC-2.3.6.ebuild index eb5e0216e655..82ba2e3ca834 100644 --- a/dev-db/unixODBC/unixODBC-2.3.6.ebuild +++ b/dev-db/unixODBC/unixODBC-2.3.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit libtool ltprune multilib-minimal +inherit libtool multilib-minimal DESCRIPTION="A complete ODBC driver manager" HOMEPAGE="http://www.unixodbc.org/" @@ -57,5 +57,5 @@ multilib_src_install_all() { fi use prefix && dodoc README* - prune_libtool_files + find "${ED}" -name '*.la' -delete || die } -- 2.26.2