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 3D223138351 for ; Wed, 29 Apr 2020 17:44:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77D57E083D; Wed, 29 Apr 2020 17:44:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5D5AFE083D for ; Wed, 29 Apr 2020 17:44:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0994A34EEF5 for ; Wed, 29 Apr 2020 17:44:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B12BB1EE for ; Wed, 29 Apr 2020 17:44:43 +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: <1588182265.7dc065d9545014779d71a838d72bbb663b4d3cd3.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-20.0.5.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: 7dc065d9545014779d71a838d72bbb663b4d3cd3 X-VCS-Branch: master Date: Wed, 29 Apr 2020 17:44:43 +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: dda52789-dd09-4c26-897f-882c46968a14 X-Archives-Hash: b969a16f3fd36fd5db54c15ce94914fc commit: 7dc065d9545014779d71a838d72bbb663b4d3cd3 Author: Matt Turner gentoo org> AuthorDate: Wed Apr 29 17:44:20 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 29 17:44:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc065d9 media-libs/mesa: Fix typo Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-20.0.5.ebuild | 2 +- media-libs/mesa/mesa-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-20.0.5.ebuild b/media-libs/mesa/mesa-20.0.5.ebuild index 0bd61593e8d..b5ed3341ee9 100644 --- a/media-libs/mesa/mesa-20.0.5.ebuild +++ b/media-libs/mesa/mesa-20.0.5.ebuild @@ -263,7 +263,7 @@ pkg_pretend() { if ! use video_cards_i965 && ! use video_cards_iris && ! use video_cards_radeonsi; then - ewarn "Ignoring USE=vulkan since VIDEO_CARDS does not contain i965, irisi, or radeonsi" + ewarn "Ignoring USE=vulkan since VIDEO_CARDS does not contain i965, iris, or radeonsi" fi fi diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 800cbffbe70..03083871b14 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -264,7 +264,7 @@ pkg_pretend() { if ! use video_cards_i965 && ! use video_cards_iris && ! use video_cards_radeonsi; then - ewarn "Ignoring USE=vulkan since VIDEO_CARDS does not contain i965, irisi, or radeonsi" + ewarn "Ignoring USE=vulkan since VIDEO_CARDS does not contain i965, iris, or radeonsi" fi fi