diff options
author | 2018-06-07 15:59:09 +0300 | |
---|---|---|
committer | 2018-06-07 16:03:39 +0300 | |
commit | 7eeeecf0697ba877a81f607124057de52b23b76b (patch) | |
tree | 022539e088f95cbb3c5b08fc3a947a77fa9c2a89 /sys-libs | |
parent | sys-libs/libcxx: amd64 stable wrt bug #657516 (diff) | |
download | gentoo-7eeeecf0697ba877a81f607124057de52b23b76b.tar.gz gentoo-7eeeecf0697ba877a81f607124057de52b23b76b.tar.bz2 gentoo-7eeeecf0697ba877a81f607124057de52b23b76b.zip |
sys-libs/libomp: amd64 stable wrt bug #657516
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libomp/libomp-5.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-5.0.2.ebuild b/sys-libs/libomp/libomp-5.0.2.ebuild index 2a0817f288fd..372d35a7e7ce 100644 --- a/sys-libs/libomp/libomp-5.0.2.ebuild +++ b/sys-libs/libomp/libomp-5.0.2.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/openmp-${PV/_/}.src.tar.xz" LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x64-macos" +KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x64-macos" IUSE="hwloc kernel_linux ompt test" RESTRICT="!test? ( test )" |