From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3BA41395E2 for ; Fri, 18 Nov 2016 05:13:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9FCBE0B71; Fri, 18 Nov 2016 05:13:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE54CE0B71 for ; Fri, 18 Nov 2016 05:13:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9EDEA3412BC for ; Fri, 18 Nov 2016 05:13:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DC95489 for ; Fri, 18 Nov 2016 05:13:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1479446007.749967d9e0d292966c30957ca5cd970e36ba7316.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 749967d9e0d292966c30957ca5cd970e36ba7316 X-VCS-Branch: master Date: Fri, 18 Nov 2016 05:13:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8f3fd480-1a62-41e9-b759-fd2d9b532a1b X-Archives-Hash: 6fee3a9569d7f2d938d04648227fd845 commit: 749967d9e0d292966c30957ca5cd970e36ba7316 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 18 04:55:01 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 18 05:13:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749967d9 sys-devel/llvm: Switch to newly-added LLVM_ENABLE_LIBEDIT sys-devel/llvm/llvm-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index 0812bdd..b45604a 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -146,6 +146,7 @@ multilib_src_configure() { -DLLVM_BUILD_TESTS=$(usex test) -DLLVM_ENABLE_FFI=$(usex libffi) + -DLLVM_ENABLE_LIBEDIT=$(usex libedit) -DLLVM_ENABLE_TERMINFO=$(usex ncurses) -DLLVM_ENABLE_ASSERTIONS=$(usex debug) -DLLVM_ENABLE_EH=ON @@ -158,7 +159,6 @@ multilib_src_configure() { -DFFI_INCLUDE_DIR="${ffi_cflags#-I}" -DFFI_LIBRARY_DIR="${ffi_ldflags#-L}" - -DHAVE_HISTEDIT_H=$(usex libedit) # disable OCaml bindings (now in dev-ml/llvm-ocaml) -DOCAMLFIND=NO