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 EB7D2138334 for ; Sun, 4 Aug 2019 14:45:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AADFE05C1; Sun, 4 Aug 2019 14:45:59 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2A6CE05C1 for ; Sun, 4 Aug 2019 14:45:58 +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 C3F553498B9 for ; Sun, 4 Aug 2019 14:45:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6FE64D4 for ; Sun, 4 Aug 2019 14:45:55 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1564929933.cab31d67836e0d51bbd726bd31e7a9e831ab426b.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpwquality/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpwquality/libpwquality-1.4.0-r1.ebuild X-VCS-Directories: dev-libs/libpwquality/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: cab31d67836e0d51bbd726bd31e7a9e831ab426b X-VCS-Branch: master Date: Sun, 4 Aug 2019 14:45:55 +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: dc08f07d-9596-49ab-8994-fe11bd101939 X-Archives-Hash: adee952eaa6db9264203e3067e2cb644 commit: cab31d67836e0d51bbd726bd31e7a9e831ab426b Author: Alexey Shvetsov gentoo org> AuthorDate: Sun Aug 4 14:45:13 2019 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sun Aug 4 14:45:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab31d67 dev-libs/libpwquality: Fix la files Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Alexey Shvetsov gentoo.org> dev-libs/libpwquality/libpwquality-1.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libpwquality/libpwquality-1.4.0-r1.ebuild b/dev-libs/libpwquality/libpwquality-1.4.0-r1.ebuild index 6405f2ee47d..a98501b21b1 100644 --- a/dev-libs/libpwquality/libpwquality-1.4.0-r1.ebuild +++ b/dev-libs/libpwquality/libpwquality-1.4.0-r1.ebuild @@ -66,7 +66,7 @@ src_install() { mv "${ED}$(get_libdir)/libpwquality.a" "${ED}/usr/$(get_libdir)/" || die gen_usr_ldscript libpwquality.so fi - prune_libtool_files --modules + find "${ED}" -name '*.la' -type f -delete || die } if_use_python_python_foreach_impl() {