summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-03-20 12:08:09 +0100
committerLars Wendler <polynomial-c@gentoo.org>2018-03-20 12:08:23 +0100
commit82d4fada68514aa14f742cc7e08d5c94907fa099 (patch)
treefc5c3b19d5d7b3ec3bf2bc25b510412e6b839e5e
parentdev-util/sel: amd64 stable wrt bug #647518 (diff)
downloadgentoo-82d4fada68514aa14f742cc7e08d5c94907fa099.tar.gz
gentoo-82d4fada68514aa14f742cc7e08d5c94907fa099.tar.bz2
gentoo-82d4fada68514aa14f742cc7e08d5c94907fa099.zip
dev-db/unixODBC: Replaced ltprune with find.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--dev-db/unixODBC/unixODBC-2.3.6.ebuild4
1 files 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
}