Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lldb/
Date: Tue, 01 Oct 2019 13:56:29
Message-Id: 1569938181.b064ca0841aa7819bd027251f138875286f6cc32.mgorny@gentoo
1 commit: b064ca0841aa7819bd027251f138875286f6cc32
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 10 11:48:48 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 1 13:56:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b064ca08
7
8 dev-util/lldb: Do not install static libs (in 10.0+)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/lldb/lldb-10.0.0.9999.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-util/lldb/lldb-10.0.0.9999.ebuild b/dev-util/lldb/lldb-10.0.0.9999.ebuild
16 index 43495df7f2f..a76bd5aa712 100644
17 --- a/dev-util/lldb/lldb-10.0.0.9999.ebuild
18 +++ b/dev-util/lldb/lldb-10.0.0.9999.ebuild
19 @@ -105,6 +105,7 @@ src_test() {
20
21 src_install() {
22 cmake-utils_src_install
23 + find "${D}" -name '*.a' -delete || die
24
25 use python && python_optimize
26 }