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 798FA138335 for ; Sat, 16 Mar 2019 20:01:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F01FE0908; Sat, 16 Mar 2019 20:01:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1C517E0908 for ; Sat, 16 Mar 2019 20:01:33 +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 A6732335D1A for ; Sat, 16 Mar 2019 20:01:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D8DE56D for ; Sat, 16 Mar 2019 20:01:28 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1552766467.bc3fed5c7d82a99811fa4dd63db8e66aba5be5b0.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-18.2.8.ebuild media-libs/mesa/mesa-18.3.4.ebuild media-libs/mesa/mesa-19.0.0.ebuild media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: bc3fed5c7d82a99811fa4dd63db8e66aba5be5b0 X-VCS-Branch: master Date: Sat, 16 Mar 2019 20:01:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: df013046-0143-4dba-8d22-67605d0b6081 X-Archives-Hash: 56cbfc29556d26001202732690d66e50 commit: bc3fed5c7d82a99811fa4dd63db8e66aba5be5b0 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Fri Mar 15 07:40:44 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 16 20:01:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc3fed5c media-libs/mesa: Specify upper bound for dependency on sys-devel/llvm. Update examples in comments. Fixes: https://bugs.gentoo.org/680424 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-18.2.8.ebuild | 6 +++--- media-libs/mesa/mesa-18.3.4.ebuild | 6 +++--- media-libs/mesa/mesa-19.0.0.ebuild | 6 +++--- media-libs/mesa/mesa-9999.ebuild | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/media-libs/mesa/mesa-18.2.8.ebuild b/media-libs/mesa/mesa-18.2.8.ebuild index 40b1a582b20..47c304a5f59 100644 --- a/media-libs/mesa/mesa-18.2.8.ebuild +++ b/media-libs/mesa/mesa-18.2.8.ebuild @@ -132,8 +132,8 @@ RDEPEND="${RDEPEND} # # How to use it: # 1. List all the working slots (with min versions) in ||, newest first. -# 2. Update the := to specify *max* version, e.g. < 7. -# 3. Specify LLVM_MAX_SLOT, e.g. 6. +# 2. Update the := to specify *max* version, e.g. < 8. +# 3. Specify LLVM_MAX_SLOT, e.g. 7. LLVM_MAX_SLOT="7" LLVM_DEPSTR=" || ( @@ -143,7 +143,7 @@ LLVM_DEPSTR=" sys-devel/llvm:4[${MULTILIB_USEDEP}] >=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}] ) - sys-devel/llvm:=[${MULTILIB_USEDEP}] + =sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}] ) - sys-devel/llvm:=[${MULTILIB_USEDEP}] +