sys-devel/lld: Re-enable tests in the live ebuild
authorMichał Górny <mgorny@gentoo.org>
Thu, 2 Feb 2017 14:59:50 +0000 (15:59 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 2 Feb 2017 15:08:02 +0000 (16:08 +0100)
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

index 6a01839dbf422f4181569b2e1c22177e1509c05f..b4f23d3031e8bee1064060ad3caf5de53d7c6f3f 100644 (file)
@@ -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