diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-09-30 10:23:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-09-30 10:25:31 +0200 |
commit | 6f82dbf55498a04cf05b2be03f74f0123e51b4ee (patch) | |
tree | 25f75bc7c809a4a50bd8b4e3e0cf36fbace55eeb /sys-libs | |
parent | net-misc/owncloud-client: version bump to 2.2.4 (diff) | |
download | gentoo-6f82dbf55498a04cf05b2be03f74f0123e51b4ee.tar.gz gentoo-6f82dbf55498a04cf05b2be03f74f0123e51b4ee.tar.bz2 gentoo-6f82dbf55498a04cf05b2be03f74f0123e51b4ee.zip |
sys-libs/libomp: Add MULTILIB_USEDEP on sys-apps/hwloc to -9999
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libomp/libomp-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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) |