summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-04-29 10:44:20 -0700
committerMatt Turner <mattst88@gentoo.org>2020-04-29 10:44:25 -0700
commit7dc065d9545014779d71a838d72bbb663b4d3cd3 (patch)
tree106c2f13b9ad64f21d2d927776112cf227b9bd9b /media-libs/mesa/mesa-9999.ebuild
parentmedia-libs/mesa: Replace vulkan REQUIRED_USE with pkg_pretend() (diff)
downloadgentoo-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/mesa/mesa-9999.ebuild')
-rw-r--r--media-libs/mesa/mesa-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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