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 3CFA6138334 for ; Wed, 5 Jun 2019 23:13:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 354C7E086F; Wed, 5 Jun 2019 23:13:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1662AE086F for ; Wed, 5 Jun 2019 23:13:20 +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 869CA3457AC for ; Wed, 5 Jun 2019 23:13:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 317F35FE for ; Wed, 5 Jun 2019 23:13:17 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1559776321.2c8c4dcf930aed130d7ddb20e8a7ac7d43b03165.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/beignet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/beignet/beignet-1.3.2-r3.ebuild X-VCS-Directories: dev-libs/beignet/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 2c8c4dcf930aed130d7ddb20e8a7ac7d43b03165 X-VCS-Branch: master Date: Wed, 5 Jun 2019 23:13:17 +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: 04db2234-767f-4779-b145-362fe4d9219e X-Archives-Hash: 7e1af2a238e1137af7e057a2b4d11695 commit: 2c8c4dcf930aed130d7ddb20e8a7ac7d43b03165 Author: Marek Szuba gentoo org> AuthorDate: Wed Jun 5 23:12:01 2019 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jun 5 23:12:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8c4dcf dev-libs/beignet: adjust clang version restrictions Unlike seemingly all versions until this point, llvm-7 has actually increased the minor version number - meaning that the usual beignet restriction of gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-libs/beignet/beignet-1.3.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/beignet/beignet-1.3.2-r3.ebuild b/dev-libs/beignet/beignet-1.3.2-r3.ebuild index 820fc50e9a7..babcfaac9b4 100644 --- a/dev-libs/beignet/beignet-1.3.2-r3.ebuild +++ b/dev-libs/beignet/beignet-1.3.2-r3.ebuild @@ -21,7 +21,7 @@ BDEPEND="${PYTHON_DEPS} virtual/pkgconfig" COMMON="app-eselect/eselect-opencl media-libs/mesa[${MULTILIB_USEDEP}] - =x11-libs/libdrm-2.4.70[video_cards_intel,${MULTILIB_USEDEP}] x11-libs/libXext[${MULTILIB_USEDEP}] x11-libs/libXfixes[${MULTILIB_USEDEP}]