diff options
author | 2017-12-15 17:03:21 +0100 | |
---|---|---|
committer | 2017-12-15 17:20:21 +0100 | |
commit | 9308c4ac52782447040c6ec988e52339d0886df7 (patch) | |
tree | 7725e41d7dd5c0bf8be8861ed07846bae1e589c2 /sys-libs | |
parent | sys-libs/libcxx: Restrict tests with USE=-test (diff) | |
download | gentoo-9308c4ac52782447040c6ec988e52339d0886df7.tar.gz gentoo-9308c4ac52782447040c6ec988e52339d0886df7.tar.bz2 gentoo-9308c4ac52782447040c6ec988e52339d0886df7.zip |
sys-libs/libomp: Restrict tests with USE=-test
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libomp/libomp-5.0.9999.ebuild | 1 | ||||
-rw-r--r-- | sys-libs/libomp/libomp-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys-libs/libomp/libomp-5.0.9999.ebuild b/sys-libs/libomp/libomp-5.0.9999.ebuild index dbbe22181596..fc51f5600aa2 100644 --- a/sys-libs/libomp/libomp-5.0.9999.ebuild +++ b/sys-libs/libomp/libomp-5.0.9999.ebuild @@ -25,6 +25,7 @@ LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0" KEYWORDS="" IUSE="hwloc ompt test" +RESTRICT="!test? ( test )" RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )" # tests: diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild index d62e8ac7000c..3a3f7466c591 100644 --- a/sys-libs/libomp/libomp-9999.ebuild +++ b/sys-libs/libomp/libomp-9999.ebuild @@ -24,6 +24,7 @@ LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0" KEYWORDS="" IUSE="hwloc ompt test" +RESTRICT="!test? ( test )" RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )" # tests: |