Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/lld/
Date: Thu, 02 Feb 2017 15:08:11
Message-Id: 1486048082.122db4072efd38e063f43f9fd8257cd22c98556c.mgorny@gentoo
1 commit: 122db4072efd38e063f43f9fd8257cd22c98556c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 14:59:50 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 15:08:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122db407
7
8 sys-devel/lld: Re-enable tests in the live ebuild
9
10 The tests have been fixed to build in stand-alone mode. There are still
11 a few bugs preventing them from working correctly but the patches are
12 on their way.
13
14 sys-devel/lld/lld-9999.ebuild | 3 ---
15 1 file changed, 3 deletions(-)
16
17 diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild
18 index 6a01839..b4f23d3 100644
19 --- a/sys-devel/lld/lld-9999.ebuild
20 +++ b/sys-devel/lld/lld-9999.ebuild
21 @@ -26,9 +26,6 @@ RDEPEND="~sys-devel/llvm-${PV}"
22 DEPEND="${RDEPEND}
23 test? ( $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") )"
24
25 -# TODO: fix test suite to build stand-alone
26 -RESTRICT="test"
27 -
28 # least intrusive of all
29 CMAKE_BUILD_TYPE=RelWithDebInfo