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 AC7F1138334 for ; Tue, 14 Aug 2018 19:04:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 919DFE0839; Tue, 14 Aug 2018 19:04:16 +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 6CAE6E0839 for ; Tue, 14 Aug 2018 19:04:16 +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 1E6FC335C7D for ; Tue, 14 Aug 2018 19:04:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD768386 for ; Tue, 14 Aug 2018 19:04:12 +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: <1534273396.040ff87a62f80ba7b77edcc3595be8ce878b0d3b.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.0_rc2.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: 040ff87a62f80ba7b77edcc3595be8ce878b0d3b X-VCS-Branch: master Date: Tue, 14 Aug 2018 19:04:12 +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: 53bca0c5-6efd-43c6-b85b-d6ec1eac745c X-Archives-Hash: 97f0f99233344ff778d89855493ce1d5 commit: 040ff87a62f80ba7b77edcc3595be8ce878b0d3b Author: Matt Turner gentoo org> AuthorDate: Tue Aug 14 19:02:40 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Aug 14 19:03:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040ff87a media-libs/mesa: Add lm_sensors? ( gallium ) to REQUIRED_USE Closes: https://bugs.gentoo.org/663586 media-libs/mesa/mesa-18.2.0_rc2.ebuild | 1 + media-libs/mesa/mesa-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-libs/mesa/mesa-18.2.0_rc2.ebuild b/media-libs/mesa/mesa-18.2.0_rc2.ebuild index 49c1c00d561..de26a3b43d2 100644 --- a/media-libs/mesa/mesa-18.2.0_rc2.ebuild +++ b/media-libs/mesa/mesa-18.2.0_rc2.ebuild @@ -47,6 +47,7 @@ REQUIRED_USE=" openmax? ( gallium ) gles1? ( egl ) gles2? ( egl ) + lm_sensors? ( gallium ) vaapi? ( gallium ) vdpau? ( gallium ) vulkan? ( || ( video_cards_i965 video_cards_radeonsi ) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 471df0f4212..6d4fc7f2373 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -47,6 +47,7 @@ REQUIRED_USE=" openmax? ( gallium ) gles1? ( egl ) gles2? ( egl ) + lm_sensors? ( gallium ) vaapi? ( gallium ) vdpau? ( gallium ) vulkan? ( || ( video_cards_i965 video_cards_radeonsi )