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 A42EF138334 for ; Tue, 1 Oct 2019 13:56:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5E13E0882; Tue, 1 Oct 2019 13:56:28 +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 C6E33E0882 for ; Tue, 1 Oct 2019 13:56:28 +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 8ADA934B734 for ; Tue, 1 Oct 2019 13:56:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66B434D3 for ; Tue, 1 Oct 2019 13:56:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1569938181.b064ca0841aa7819bd027251f138875286f6cc32.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lldb/lldb-10.0.0.9999.ebuild X-VCS-Directories: dev-util/lldb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b064ca0841aa7819bd027251f138875286f6cc32 X-VCS-Branch: master Date: Tue, 1 Oct 2019 13:56:25 +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: 6d201ba9-905b-43e8-8857-13fe0b9720fb X-Archives-Hash: f84dc747e923ce6dc42f5e920576b7b9 commit: b064ca0841aa7819bd027251f138875286f6cc32 Author: Michał Górny gentoo org> AuthorDate: Tue Sep 10 11:48:48 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 1 13:56:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b064ca08 dev-util/lldb: Do not install static libs (in 10.0+) Signed-off-by: Michał Górny gentoo.org> dev-util/lldb/lldb-10.0.0.9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/lldb/lldb-10.0.0.9999.ebuild b/dev-util/lldb/lldb-10.0.0.9999.ebuild index 43495df7f2f..a76bd5aa712 100644 --- a/dev-util/lldb/lldb-10.0.0.9999.ebuild +++ b/dev-util/lldb/lldb-10.0.0.9999.ebuild @@ -105,6 +105,7 @@ src_test() { src_install() { cmake-utils_src_install + find "${D}" -name '*.a' -delete || die use python && python_optimize }