From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B507138330 for ; Fri, 30 Sep 2016 08:25:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EE56E0944; Fri, 30 Sep 2016 08:25:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74AFFE0944 for ; Fri, 30 Sep 2016 08:25:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95F4F33FD3F for ; Fri, 30 Sep 2016 08:25:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E232248D for ; Fri, 30 Sep 2016 08:25:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1475223931.6f82dbf55498a04cf05b2be03f74f0123e51b4ee.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libomp/libomp-9999.ebuild X-VCS-Directories: sys-libs/libomp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6f82dbf55498a04cf05b2be03f74f0123e51b4ee X-VCS-Branch: master Date: Fri, 30 Sep 2016 08:25:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c57d1bfc-7a23-4de9-b2c7-fb6a27b9c6d6 X-Archives-Hash: 4b8212a70e71feb5103011b794224f3a commit: 6f82dbf55498a04cf05b2be03f74f0123e51b4ee Author: Michał Górny gentoo org> AuthorDate: Fri Sep 30 08:23:49 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 30 08:25:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f82dbf5 sys-libs/libomp: Add MULTILIB_USEDEP on sys-apps/hwloc to -9999 sys-libs/libomp/libomp-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild index 78ab407..b3f078e 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)