Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Wed, 29 Apr 2020 17:44:48
Message-Id: 1588182265.7dc065d9545014779d71a838d72bbb663b4d3cd3.mattst88@gentoo
1 commit: 7dc065d9545014779d71a838d72bbb663b4d3cd3
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 17:44:20 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 17:44:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc065d9
7
8 media-libs/mesa: Fix typo
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/mesa/mesa-20.0.5.ebuild | 2 +-
13 media-libs/mesa/mesa-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/mesa/mesa-20.0.5.ebuild b/media-libs/mesa/mesa-20.0.5.ebuild
17 index 0bd61593e8d..b5ed3341ee9 100644
18 --- a/media-libs/mesa/mesa-20.0.5.ebuild
19 +++ b/media-libs/mesa/mesa-20.0.5.ebuild
20 @@ -263,7 +263,7 @@ pkg_pretend() {
21 if ! use video_cards_i965 &&
22 ! use video_cards_iris &&
23 ! use video_cards_radeonsi; then
24 - ewarn "Ignoring USE=vulkan since VIDEO_CARDS does not contain i965, irisi, or radeonsi"
25 + ewarn "Ignoring USE=vulkan since VIDEO_CARDS does not contain i965, iris, or radeonsi"
26 fi
27 fi
28
29
30 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
31 index 800cbffbe70..03083871b14 100644
32 --- a/media-libs/mesa/mesa-9999.ebuild
33 +++ b/media-libs/mesa/mesa-9999.ebuild
34 @@ -264,7 +264,7 @@ pkg_pretend() {
35 if ! use video_cards_i965 &&
36 ! use video_cards_iris &&
37 ! use video_cards_radeonsi; then
38 - ewarn "Ignoring USE=vulkan since VIDEO_CARDS does not contain i965, irisi, or radeonsi"
39 + ewarn "Ignoring USE=vulkan since VIDEO_CARDS does not contain i965, iris, or radeonsi"
40 fi
41 fi