diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-12-14 14:30:37 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-12-14 14:30:37 -0800 |
commit | 403e08391ae29eb04d0cf74c63fb9aa2429ff8e4 (patch) | |
tree | 5f3d5834f2d9ebfb2e01d3b6bd1a02119dfacaa3 /sys-libs | |
parent | sys-libs/libcxx-4.0.1: amd64 stable, bug 637210 (diff) | |
download | gentoo-403e08391ae29eb04d0cf74c63fb9aa2429ff8e4.tar.gz gentoo-403e08391ae29eb04d0cf74c63fb9aa2429ff8e4.tar.bz2 gentoo-403e08391ae29eb04d0cf74c63fb9aa2429ff8e4.zip |
sys-libs/libomp-4.0.1: amd64 stable, bug 637210
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libomp/libomp-4.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-4.0.1.ebuild b/sys-libs/libomp/libomp-4.0.1.ebuild index fede770fd3ff..0ca953656f66 100644 --- a/sys-libs/libomp/libomp-4.0.1.ebuild +++ b/sys-libs/libomp/libomp-4.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" IUSE="hwloc ompt test" RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )" |