diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-22 12:16:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-22 12:42:13 +0200 |
commit | 68155b57a637410f8a87c7a7c7ec444c44fa439b (patch) | |
tree | df720470748f29693e571017ec7ed7365af0a417 /dev-util | |
parent | sci-biology/vaal: remove last rited package (diff) | |
download | gentoo-68155b57a637410f8a87c7a7c7ec444c44fa439b.tar.gz gentoo-68155b57a637410f8a87c7a7c7ec444c44fa439b.tar.bz2 gentoo-68155b57a637410f8a87c7a7c7ec444c44fa439b.zip |
dev-util/lldb: readline extension removal is unneeded in 9.* too
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/lldb/lldb-9.0.0.9999.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/dev-util/lldb/lldb-9.0.0.9999.ebuild b/dev-util/lldb/lldb-9.0.0.9999.ebuild index e655e53c7be0..6c729010c452 100644 --- a/dev-util/lldb/lldb-9.0.0.9999.ebuild +++ b/dev-util/lldb/lldb-9.0.0.9999.ebuild @@ -107,15 +107,5 @@ src_test() { src_install() { cmake-utils_src_install - # oh my... - if use python; then - # remove custom readline.so for now - # TODO: figure out how to deal with it - # upstream is basically building a custom readline.so with -ledit - # to avoid symbol collisions between readline and libedit... - rm "${D}$(python_get_sitedir)/readline.so" || die - - # byte-compile the modules - python_optimize - fi + use python && python_optimize } |