From: Michał Górny Date: Fri, 30 Sep 2016 08:23:49 +0000 (+0200) Subject: sys-libs/libomp: Add MULTILIB_USEDEP on sys-apps/hwloc to -9999 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6f82dbf55498a04cf05b2be03f74f0123e51b4ee;p=gentoo.git sys-libs/libomp: Add MULTILIB_USEDEP on sys-apps/hwloc to -9999 --- diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild index 78ab40789524..b3f078e77e1f 100644 --- a/sys-libs/libomp/libomp-9999.ebuild +++ b/sys-libs/libomp/libomp-9999.ebuild @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="" IUSE="hwloc ompt test" -RDEPEND="hwloc? ( sys-apps/hwloc:0= )" +RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )" # tests: # - dev-python/lit provides the test runner # - sys-devel/llvm provide test utils (e.g. FileCheck)