From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74CD3138334 for ; Thu, 28 Feb 2019 20:22:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F2CDE086B; Thu, 28 Feb 2019 20:22:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43600E086B for ; Thu, 28 Feb 2019 20:22:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9104B335C9C for ; Thu, 28 Feb 2019 20:22:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D30EF452 for ; Thu, 28 Feb 2019 20:22:33 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1551385343.0407e896e50a5c07469b0e62eaa6866c1e8c15bf.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libv4l/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libv4l/libv4l-1.16.3.ebuild X-VCS-Directories: media-libs/libv4l/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0407e896e50a5c07469b0e62eaa6866c1e8c15bf X-VCS-Branch: master Date: Thu, 28 Feb 2019 20:22:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b77f1b18-4cb3-4328-9313-5355caef5169 X-Archives-Hash: fd7ad6557b59e596f4f20df5bcb56ce2 commit: 0407e896e50a5c07469b0e62eaa6866c1e8c15bf Author: Lars Wendler gentoo org> AuthorDate: Thu Feb 28 20:22:23 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Feb 28 20:22:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0407e896 media-libs/libv4l: Don't use prune_libtool_files Closes: https://bugs.gentoo.org/679084 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> media-libs/libv4l/libv4l-1.16.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libv4l/libv4l-1.16.3.ebuild b/media-libs/libv4l/libv4l-1.16.3.ebuild index 7774dbcf964..d8b2b4de598 100644 --- a/media-libs/libv4l/libv4l-1.16.3.ebuild +++ b/media-libs/libv4l/libv4l-1.16.3.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit eutils libtool linux-info multilib-minimal +inherit libtool linux-info multilib-minimal MY_P="v4l-utils-${PV}" @@ -59,5 +59,5 @@ multilib_src_install() { multilib_src_install_all() { dodoc ChangeLog README.lib* TODO - prune_libtool_files --all + find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die }