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 38D15138334 for ; Thu, 9 Aug 2018 09:26:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D814AE089A; Thu, 9 Aug 2018 09:26:57 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96C15E089A for ; Thu, 9 Aug 2018 09:26:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64A45335C7F for ; Thu, 9 Aug 2018 09:26:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3179E380 for ; Thu, 9 Aug 2018 09:26:53 +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: <1533806500.c9ba1e28ca21ab9fdcdba1327b3956f37dc92db8.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-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c9ba1e28ca21ab9fdcdba1327b3956f37dc92db8 X-VCS-Branch: master Date: Thu, 9 Aug 2018 09:26:53 +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: cbe5163a-f7df-4cc1-be1c-dcbb0021d4df X-Archives-Hash: 4b93b3e9ae4ed529fa3aab2262952668 commit: c9ba1e28ca21ab9fdcdba1327b3956f37dc92db8 Author: Mike Lothian fireburn co uk> AuthorDate: Thu Aug 9 08:45:46 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 9 09:21:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ba1e28 media-libs/mesa: Add support for llvm:8 This allows mesa-9999 to compile against llvm-9999 again Closes: https://github.com/gentoo/gentoo/pull/9423 media-libs/mesa/mesa-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index c62a1ac7853..48cf2cd6807 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -145,6 +145,7 @@ RDEPEND="${RDEPEND} # 3. Specify LLVM_MAX_SLOT, e.g. 6. LLVM_DEPSTR=" || ( + sys-devel/llvm:8[${MULTILIB_USEDEP}] sys-devel/llvm:7[${MULTILIB_USEDEP}] sys-devel/llvm:6[${MULTILIB_USEDEP}] sys-devel/llvm:5[${MULTILIB_USEDEP}]