diff options
| -rw-r--r-- | media-libs/mesa/mesa-20.0.5.ebuild | 2 | ||||
| -rw-r--r-- | 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 0bd61593e8de..b5ed3341ee9e 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 800cbffbe700..03083871b14d 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 |
