diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-04-29 10:44:20 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-04-29 10:44:25 -0700 |
commit | 7dc065d9545014779d71a838d72bbb663b4d3cd3 (patch) | |
tree | 106c2f13b9ad64f21d2d927776112cf227b9bd9b /media-libs | |
parent | media-libs/mesa: Replace vulkan REQUIRED_USE with pkg_pretend() (diff) | |
download | gentoo-7dc065d9545014779d71a838d72bbb663b4d3cd3.tar.gz gentoo-7dc065d9545014779d71a838d72bbb663b4d3cd3.tar.bz2 gentoo-7dc065d9545014779d71a838d72bbb663b4d3cd3.zip |
media-libs/mesa: Fix typo
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-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 |