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 49429138334 for ; Tue, 18 Sep 2018 07:16:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0669DE0E04; Tue, 18 Sep 2018 07:16:12 +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 D0515E0DF0 for ; Tue, 18 Sep 2018 07:16:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9B4EE335CFB for ; Tue, 18 Sep 2018 07:16:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEEBC3DF for ; Tue, 18 Sep 2018 07:16:08 +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: <1537254959.301d0d2a364e419c914d5d9288e1c5d3de971741.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libpng/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libpng/libpng-1.6.35-r1.ebuild media-libs/libpng/libpng-1.6.35.ebuild X-VCS-Directories: media-libs/libpng/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 301d0d2a364e419c914d5d9288e1c5d3de971741 X-VCS-Branch: master Date: Tue, 18 Sep 2018 07:16:08 +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: fbc6b38b-bd5f-47c7-93ba-b481eb8a62b3 X-Archives-Hash: f498cea065e3cdc271217bda9b6dffa9 commit: 301d0d2a364e419c914d5d9288e1c5d3de971741 Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 18 07:15:31 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 18 07:15:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=301d0d2a media-libs/libpng: Revbump to not unconditionally remove static libs. Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-libs/libpng/{libpng-1.6.35.ebuild => libpng-1.6.35-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libpng/libpng-1.6.35.ebuild b/media-libs/libpng/libpng-1.6.35-r1.ebuild similarity index 95% rename from media-libs/libpng/libpng-1.6.35.ebuild rename to media-libs/libpng/libpng-1.6.35-r1.ebuild index 7c2ae48621c..1d52884457a 100644 --- a/media-libs/libpng/libpng-1.6.35.ebuild +++ b/media-libs/libpng/libpng-1.6.35-r1.ebuild @@ -41,5 +41,5 @@ multilib_src_configure() { multilib_src_install_all() { DOCS=( ANNOUNCE CHANGES libpng-manual.txt README TODO ) einstalldocs - find "${ED}" \( -name '*.a' -o -name '*.la' \) -delete || die + find "${ED}" -name '*.la' -delete || die }