commit: 7dc065d9545014779d71a838d72bbb663b4d3cd3
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 29 17:44:20 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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