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 B0FCC1382C5 for ; Sat, 13 Mar 2021 11:36:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12B7FE0875; Sat, 13 Mar 2021 11:36:45 +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 E1EE2E0875 for ; Sat, 13 Mar 2021 11:36:44 +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 E8588335C30 for ; Sat, 13 Mar 2021 11:36:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88293579 for ; Sat, 13 Mar 2021 11:36:42 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1615635397.a8b690a4f015f7757a6e38d3d14b96d81b9f2946.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rubberband/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/rubberband/rubberband-1.9.1-r1.ebuild media-libs/rubberband/rubberband-1.9.1.ebuild X-VCS-Directories: media-libs/rubberband/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: a8b690a4f015f7757a6e38d3d14b96d81b9f2946 X-VCS-Branch: master Date: Sat, 13 Mar 2021 11:36:42 +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: 9165f1be-deaf-4e45-bf2f-899e3352f012 X-Archives-Hash: c3998f7979f20cef899966edbc9ef16c commit: a8b690a4f015f7757a6e38d3d14b96d81b9f2946 Author: Miroslav Šulc gentoo org> AuthorDate: Sat Mar 13 11:36:22 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Mar 13 11:36:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b690a4 media-libs/rubberband: fixed installation of static libs in 1.9.1 Closes: https://bugs.gentoo.org/775788 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Miroslav Šulc gentoo.org> .../rubberband/{rubberband-1.9.1.ebuild => rubberband-1.9.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/rubberband/rubberband-1.9.1.ebuild b/media-libs/rubberband/rubberband-1.9.1-r1.ebuild similarity index 96% rename from media-libs/rubberband/rubberband-1.9.1.ebuild rename to media-libs/rubberband/rubberband-1.9.1-r1.ebuild index 68850acca72..211b36068f7 100644 --- a/media-libs/rubberband/rubberband-1.9.1.ebuild +++ b/media-libs/rubberband/rubberband-1.9.1-r1.ebuild @@ -58,5 +58,6 @@ multilib_src_install() { } multilib_src_install_all() { + ! use jni && find ${ED} -name "*.a" -delete einstalldocs }