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 848FC1381F3 for ; Sun, 14 Jul 2013 21:39:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D21EE08ED; Sun, 14 Jul 2013 21:39:01 +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 CA647E08ED for ; Sun, 14 Jul 2013 21:39:00 +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 BC59E33E8C5 for ; Sun, 14 Jul 2013 21:38:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5F9E6E468F for ; Sun, 14 Jul 2013 21:38:58 +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: <1373837939.b2b2111049cda55cdb1656a4b00bb24e71f7771c.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: b2b2111049cda55cdb1656a4b00bb24e71f7771c X-VCS-Branch: master Date: Sun, 14 Jul 2013 21:38:58 +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: 639c1a99-8306-4a17-a62e-0c87c03be982 X-Archives-Hash: 218a67de17671ac4ddfa87a370db7ea0 commit: b2b2111049cda55cdb1656a4b00bb24e71f7771c Author: Michał Górny gentoo org> AuthorDate: Sun Jul 14 21:38:59 2013 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 14 21:38:59 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=b2b21110 sys-devel/llvm: Add emul-linux blocker for multilib. Package-Manager: portage-2.2.0_alpha188 --- sys-devel/llvm/llvm-9999-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-devel/llvm/llvm-9999-r1.ebuild b/sys-devel/llvm/llvm-9999-r1.ebuild index c17f814..c043821 100644 --- a/sys-devel/llvm/llvm-9999-r1.ebuild +++ b/sys-devel/llvm/llvm-9999-r1.ebuild @@ -39,7 +39,8 @@ RDEPEND="dev-lang/perl python? ( ${PYTHON_DEPS} ) udis86? ( dev-libs/udis86[pic(+),${MULTILIB_USEDEP}] ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) - !<=sys-devel/clang-9999-r99" + !<=sys-devel/clang-9999-r99 + abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224 )" # pypy gives me around 1700 unresolved tests due to open file limit # being exceeded. probably GC does not close them fast enough.