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 5BBAF139694 for ; Tue, 28 Feb 2017 23:15:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7369E0C88; Tue, 28 Feb 2017 23:15:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C9C64E0C88 for ; Tue, 28 Feb 2017 23:15:52 +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 BFE54341691 for ; Tue, 28 Feb 2017 23:15:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85C3F57E5 for ; Tue, 28 Feb 2017 23:15:50 +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: <1488323749.20c86fa7732866052ceeb76f8aa0845849ff3c6a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-17.0.0.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 20c86fa7732866052ceeb76f8aa0845849ff3c6a X-VCS-Branch: master Date: Tue, 28 Feb 2017 23:15:50 +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: 12b42dba-77b4-4962-a24e-f8ea81e3efbd X-Archives-Hash: 8cfe2fba4fbc60608d5012c5e654aea5 commit: 20c86fa7732866052ceeb76f8aa0845849ff3c6a Author: Michał Górny gentoo org> AuthorDate: Tue Feb 28 23:12:33 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 28 23:15:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c86fa7 media-libs/mesa: Fix slotted LLVM deps to include MULTILIB_USEDEP Include MULTILIB_USEDEP in all variants of LLVM deps, since it was mistakenly omitted for slot :4 (and additional := binder). No revbump since lack of the flags caused build failure, it is quite unlikely for people to disable them afterwards and it applied only to p.masked llvm:4. media-libs/mesa/mesa-17.0.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-libs/mesa/mesa-17.0.0.ebuild b/media-libs/mesa/mesa-17.0.0.ebuild index ceeb3555a29..c3c5a2c4faa 100644 --- a/media-libs/mesa/mesa-17.0.0.ebuild +++ b/media-libs/mesa/mesa-17.0.0.ebuild @@ -99,14 +99,14 @@ RDEPEND=" virtual/libelf:0=[${MULTILIB_USEDEP}] vulkan? ( || ( - sys-devel/llvm:4 + sys-devel/llvm:4[${MULTILIB_USEDEP}] >=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}] ) ) ) || ( - sys-devel/llvm:4 + sys-devel/llvm:4[${MULTILIB_USEDEP}] >=sys-devel/llvm-3.6.0:0[${MULTILIB_USEDEP}] ) -