commit:     82d4fada68514aa14f742cc7e08d5c94907fa099
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 20 11:08:09 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Mar 20 11:08:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d4fada

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 eb5e0216e65..82ba2e3ca83 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
 }

Reply via email to