From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2EF2E1381F3 for ; Mon, 15 Jul 2013 16:15:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2E5DE08EA; Mon, 15 Jul 2013 16:15:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 899A2E08EA for ; Mon, 15 Jul 2013 16:15:19 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A10FD33E99A for ; Mon, 15 Jul 2013 16:15:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3C9A9E468F for ; Mon, 15 Jul 2013 16:15:17 +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: <1373904909.910340e213e3e630530df508d7543580799d5b96.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: sys-devel/llvm/ X-VCS-Repository: dev/mgorny X-VCS-Files: sys-devel/llvm/llvm-9999-r1.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 910340e213e3e630530df508d7543580799d5b96 X-VCS-Branch: master Date: Mon, 15 Jul 2013 16:15:17 +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: ba9af456-7958-4c09-a568-7fa86ad364be X-Archives-Hash: 57a097211c708457c336c332d1e119cf commit: 910340e213e3e630530df508d7543580799d5b96 Author: Michał Górny gentoo org> AuthorDate: Mon Jul 15 16:15:09 2013 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 15 16:15:09 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=910340e2 Update multilib blocker and libffi dep. --- sys-devel/llvm/llvm-9999-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys-devel/llvm/llvm-9999-r1.ebuild b/sys-devel/llvm/llvm-9999-r1.ebuild index 8fcf90b..a06bd23 100644 --- a/sys-devel/llvm/llvm-9999-r1.ebuild +++ b/sys-devel/llvm/llvm-9999-r1.ebuild @@ -30,17 +30,18 @@ DEPEND="dev-lang/perl sys-libs/zlib gold? ( >=sys-devel/binutils-2.22[cxx] ) libffi? ( virtual/pkgconfig - virtual/libffi ) + virtual/libffi[${MULTILIB_USEDEP}] ) ocaml? ( dev-lang/ocaml ) udis86? ( dev-libs/udis86[pic(+),${MULTILIB_USEDEP}] ) ${PYTHON_DEPS}" RDEPEND="dev-lang/perl - libffi? ( virtual/libffi ) + libffi? ( virtual/libffi[${MULTILIB_USEDEP}] ) clang? ( python? ( ${PYTHON_DEPS} ) ) udis86? ( dev-libs/udis86[pic(+),${MULTILIB_USEDEP}] ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) !<=sys-devel/clang-9999-r99 - abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224 )" + abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" # pypy gives me around 1700 unresolved tests due to open file limit # being exceeded. probably GC does not close them fast enough.