Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/
Date: Fri, 30 Sep 2016 08:25:37
Message-Id: 1475223931.6f82dbf55498a04cf05b2be03f74f0123e51b4ee.mgorny@gentoo
1 commit: 6f82dbf55498a04cf05b2be03f74f0123e51b4ee
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 08:23:49 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 08:25:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f82dbf5
7
8 sys-libs/libomp: Add MULTILIB_USEDEP on sys-apps/hwloc to -9999
9
10 sys-libs/libomp/libomp-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild
14 index 78ab407..b3f078e 100644
15 --- a/sys-libs/libomp/libomp-9999.ebuild
16 +++ b/sys-libs/libomp/libomp-9999.ebuild
17 @@ -20,7 +20,7 @@ SLOT="0"
18 KEYWORDS=""
19 IUSE="hwloc ompt test"
20
21 -RDEPEND="hwloc? ( sys-apps/hwloc:0= )"
22 +RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )"
23 # tests:
24 # - dev-python/lit provides the test runner
25 # - sys-devel/llvm provide test utils (e.g. FileCheck)