dev-util/lldb: Do not install static libs (in 10.0+)
authorMichał Górny <mgorny@gentoo.org>
Tue, 10 Sep 2019 11:48:48 +0000 (13:48 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 1 Oct 2019 13:56:21 +0000 (15:56 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/lldb/lldb-10.0.0.9999.ebuild

index 43495df7f2fda7e2561533fc40782cca738203e9..a76bd5aa712d5a4002d9f4100e5318dca88456bb 100644 (file)
@@ -105,6 +105,7 @@ src_test() {
 
 src_install() {
        cmake-utils_src_install
+       find "${D}" -name '*.a' -delete || die
 
        use python && python_optimize
 }