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 442F4139085 for ; Thu, 2 Feb 2017 15:08:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73DF5E0DB8; Thu, 2 Feb 2017 15:08:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 51C16E0DB8 for ; Thu, 2 Feb 2017 15:08:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7F881340E75 for ; Thu, 2 Feb 2017 15:08:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE5873DA2 for ; Thu, 2 Feb 2017 15:08:07 +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: <1486048082.122db4072efd38e063f43f9fd8257cd22c98556c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/lld/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/lld/lld-9999.ebuild X-VCS-Directories: sys-devel/lld/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 122db4072efd38e063f43f9fd8257cd22c98556c X-VCS-Branch: master Date: Thu, 2 Feb 2017 15:08:07 +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: 3be01b46-f158-49b9-b6db-03a6dc782ed6 X-Archives-Hash: d8ebb1780f3e0cdff39e11a39792e7b1 commit: 122db4072efd38e063f43f9fd8257cd22c98556c Author: Michał Górny gentoo org> AuthorDate: Thu Feb 2 14:59:50 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 2 15:08:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122db407 sys-devel/lld: Re-enable tests in the live ebuild The tests have been fixed to build in stand-alone mode. There are still a few bugs preventing them from working correctly but the patches are on their way. sys-devel/lld/lld-9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild index 6a01839..b4f23d3 100644 --- a/sys-devel/lld/lld-9999.ebuild +++ b/sys-devel/lld/lld-9999.ebuild @@ -26,9 +26,6 @@ RDEPEND="~sys-devel/llvm-${PV}" DEPEND="${RDEPEND} test? ( $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") )" -# TODO: fix test suite to build stand-alone -RESTRICT="test" - # least intrusive of all CMAKE_BUILD_TYPE=RelWithDebInfo