diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-02-02 10:04:01 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-02-02 10:05:33 +0100 |
commit | 78dc30d3f2b991a77e184859f69a5c6472de15cc (patch) | |
tree | 9d94211fda4e1f2bd4dcf6df9cb6b18240af2947 /sys-libs/libomp | |
parent | sys-libs/compiler-rt: marked ~amd64-linux (diff) | |
download | gentoo-78dc30d3f2b991a77e184859f69a5c6472de15cc.tar.gz gentoo-78dc30d3f2b991a77e184859f69a5c6472de15cc.tar.bz2 gentoo-78dc30d3f2b991a77e184859f69a5c6472de15cc.zip |
sys-libs/libomp: marked ~amd64-linux
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-libs/libomp')
-rw-r--r-- | sys-libs/libomp/libomp-5.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-5.0.1.ebuild b/sys-libs/libomp/libomp-5.0.1.ebuild index 6c5b2b9c352c..2f44396ca635 100644 --- a/sys-libs/libomp/libomp-5.0.1.ebuild +++ b/sys-libs/libomp/libomp-5.0.1.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" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux" IUSE="hwloc kernel_linux ompt test" RESTRICT="!test? ( test )" |