commit: 122db4072efd38e063f43f9fd8257cd22c98556c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 2 14:59:50 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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