diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-10 13:48:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-01 15:56:21 +0200 |
commit | b064ca0841aa7819bd027251f138875286f6cc32 (patch) | |
tree | cbeb0fd993b604a0bfe0513809a3d98c18fbc8dc /dev-util | |
parent | app-emacs/teco: Fix old-style backquotes. (diff) | |
download | gentoo-b064ca0841aa7819bd027251f138875286f6cc32.tar.gz gentoo-b064ca0841aa7819bd027251f138875286f6cc32.tar.bz2 gentoo-b064ca0841aa7819bd027251f138875286f6cc32.zip |
dev-util/lldb: Do not install static libs (in 10.0+)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/lldb/lldb-10.0.0.9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/lldb/lldb-10.0.0.9999.ebuild b/dev-util/lldb/lldb-10.0.0.9999.ebuild index 43495df7f2fd..a76bd5aa712d 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 } |