commit: d8d12ba5cc21c7772fd162db8d1a82548b101d9a
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 12:07:40 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 12:07:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d12ba5
net-libs/webkit-gtk: fix typo in ewarn
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
net-libs/webkit-gtk/webkit-gtk-2.28.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.28.1.ebuild
b/net-libs/webkit-gtk/webkit-gtk-2.28.1.ebuild
index c620765c08c..4780125bbb3 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.28.1.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.28.1.ebuild
@@ -147,7 +147,7 @@ pkg_pretend() {
if ! use opengl && ! use gles2-only; then
ewarn
- ewarn "You are disabling OpenGL usage (USE=opengl or
USE=gles-only) completely."
+ ewarn "You are disabling OpenGL usage (USE=opengl or
USE=gles2-only) completely."
ewarn "This is an unsupported configuration meant for very
specific embedded"
ewarn "use cases, where there truly is no GL possible (and even
that use case"
ewarn "is very unlikely to come by). If you have GL (even
software-only), you"