From: Lars Wendler Date: Tue, 20 Mar 2018 11:08:09 +0000 (+0100) Subject: dev-db/unixODBC: Replaced ltprune with find. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=82d4fada68514aa14f742cc7e08d5c94907fa099;p=gentoo.git dev-db/unixODBC: Replaced ltprune with find. Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- 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 }