dev-util/lldb: readline extension removal is unneeded in 9.* too
authorMichał Górny <mgorny@gentoo.org>
Mon, 22 Jul 2019 10:16:32 +0000 (12:16 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 22 Jul 2019 10:42:13 +0000 (12:42 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/lldb/lldb-9.0.0.9999.ebuild

index e655e53c7be0126ce6ea2fa28cb6d5c51ecad7b3..6c729010c45279d064def7a5dcd65dccd6a7e481 100644 (file)
@@ -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
 }