commit: 34ac224917f8f899a13e81a6f43c27c3c9e101ed Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Oct 18 20:58:21 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Oct 18 21:39:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ac2249
net-libs/libaccounts-glib: Drop eutils/prune_libtool_files Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild index 9f087be1167..5752429d98e 100644 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild +++ b/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools eutils vcs-snapshot xdg-utils +inherit autotools vcs-snapshot xdg-utils DESCRIPTION="Accounts SSO (Single Sign-On) management library for GLib applications" HOMEPAGE="https://01.org/gsso/" @@ -44,5 +44,5 @@ src_configure() { src_install() { default - prune_libtool_files + find "${D}" -name '*.la' -delete || die }