projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
729ef70
)
dev-util/lldb: Remove unnecessary LLVM_LIBDIR_SUFFIX
author
Michał Górny
<mgorny@gentoo.org>
Sun, 15 Jan 2017 13:51:14 +0000
(14:51 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 15 Jan 2017 14:30:56 +0000
(15:30 +0100)
dev-util/lldb/lldb-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/lldb/lldb-9999.ebuild
b/dev-util/lldb/lldb-9999.ebuild
index 23dadf6b0621d1db9f17f0f7d64017b7aa688e38..ca7817faa4840c958576eccac4b7e54016bd1e6d 100644
(file)
--- a/
dev-util/lldb/lldb-9999.ebuild
+++ b/
dev-util/lldb/lldb-9999.ebuild
@@
-60,9
+60,6
@@
src_unpack() {
src_configure() {
local libdir=$(get_libdir)
local mycmakeargs=(
- # used to find cmake modules
- -DLLVM_LIBDIR_SUFFIX="${libdir#lib}"
-
-DLLDB_DISABLE_CURSES=$(usex !ncurses)
-DLLDB_DISABLE_LIBEDIT=$(usex !libedit)
-DLLDB_DISABLE_PYTHON=$(usex !python)