Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/
Date: Thu, 14 Dec 2017 22:31:45
Message-Id: 1513290637.403e08391ae29eb04d0cf74c63fb9aa2429ff8e4.mattst88@gentoo
1 commit: 403e08391ae29eb04d0cf74c63fb9aa2429ff8e4
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 14 22:30:37 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 14 22:30:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403e0839
7
8 sys-libs/libomp-4.0.1: amd64 stable, bug 637210
9
10 sys-libs/libomp/libomp-4.0.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-libs/libomp/libomp-4.0.1.ebuild b/sys-libs/libomp/libomp-4.0.1.ebuild
14 index fede770fd3f..0ca953656f6 100644
15 --- a/sys-libs/libomp/libomp-4.0.1.ebuild
16 +++ b/sys-libs/libomp/libomp-4.0.1.ebuild
17 @@ -20,7 +20,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/openmp-${PV/_/}.src.tar.xz"
18
19 LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant"
20 SLOT="0"
21 -KEYWORDS="~amd64 ~arm64 x86"
22 +KEYWORDS="amd64 ~arm64 x86"
23 IUSE="hwloc ompt test"
24
25 RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )"