diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-03-04 21:35:15 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-03-04 21:35:15 +0100 |
commit | ca0a25f1f9eaec60a7ccba6b50872d6d47b3c096 (patch) | |
tree | f2cac3f788e8bb7d40475328ab37d27dddf0561c /sys-libs | |
parent | dev-python/sip: remove old (diff) | |
download | gentoo-ca0a25f1f9eaec60a7ccba6b50872d6d47b3c096.tar.gz gentoo-ca0a25f1f9eaec60a7ccba6b50872d6d47b3c096.tar.bz2 gentoo-ca0a25f1f9eaec60a7ccba6b50872d6d47b3c096.zip |
sys-libs/libomp: marked ~x64-macos
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-libs')
-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 2f44396ca635..ff6a18b94d8b 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 ~amd64-linux" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x64-macos" IUSE="hwloc kernel_linux ompt test" RESTRICT="!test? ( test )" |