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 86AE9139694 for ; Mon, 27 Mar 2017 14:06:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE72D23400E; Mon, 27 Mar 2017 14:06:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FA3A23400E for ; Mon, 27 Mar 2017 14:06:12 +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 8B97134105A for ; Mon, 27 Mar 2017 14:06:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30A156E55 for ; Mon, 27 Mar 2017 14:06:10 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1490623561.f6a93ecda22a62d86d0e357d961b2362eb1a5c41.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgcrypt/libgcrypt-1.5.6-r101.ebuild dev-libs/libgcrypt/libgcrypt-1.7.6.ebuild X-VCS-Directories: dev-libs/libgcrypt/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: f6a93ecda22a62d86d0e357d961b2362eb1a5c41 X-VCS-Branch: master Date: Mon, 27 Mar 2017 14:06:10 +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-Archives-Salt: 7ed5645e-3b78-40af-80f9-fca016a280cf X-Archives-Hash: 7c403dce4fe709d7a9f4fb3ba742c99b commit: f6a93ecda22a62d86d0e357d961b2362eb1a5c41 Author: Alon Bar-Lev gentoo org> AuthorDate: Mon Mar 27 11:55:26 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Mon Mar 27 14:06:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a93ecd dev-libs/libgcrypt: prune la files properly Bug: 613924 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-libs/libgcrypt/libgcrypt-1.5.6-r101.ebuild | 5 +++-- dev-libs/libgcrypt/libgcrypt-1.7.6.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-libs/libgcrypt/libgcrypt-1.5.6-r101.ebuild b/dev-libs/libgcrypt/libgcrypt-1.5.6-r101.ebuild index b8ee9740719..c4e5f08cc2d 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.5.6-r101.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.5.6-r101.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools multilib-minimal +inherit autotools ltprune multilib-minimal DESCRIPTION="General purpose crypto library based on the code used in GnuPG" HOMEPAGE="http://www.gnupg.org/" @@ -59,5 +59,6 @@ multilib_src_install() { } multilib_src_install_all() { - find "${ED}" -name '*.la' -delete + default + prune_libtool_files } diff --git a/dev-libs/libgcrypt/libgcrypt-1.7.6.ebuild b/dev-libs/libgcrypt/libgcrypt-1.7.6.ebuild index 7cbc5e92392..dea72972e1b 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.7.6.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.7.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools flag-o-matic multilib-minimal +inherit autotools flag-o-matic ltprune multilib-minimal DESCRIPTION="General purpose crypto library based on the code used in GnuPG" HOMEPAGE="http://www.gnupg.org/" @@ -72,5 +72,6 @@ multilib_src_install() { } multilib_src_install_all() { - find "${ED}" -name '*.la' -delete + default + prune_libtool_files }