commit: 68155b57a637410f8a87c7a7c7ec444c44fa439b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 22 10:16:32 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 10:42:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68155b57
dev-util/lldb: readline extension removal is unneeded in 9.* too
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/lldb/lldb-9.0.0.9999.ebuild | 12 +-----------
1 file changed, 1 insertion(+), 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 e655e53c7be..6c729010c45 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
}