From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1674138350 for ; Sun, 19 Apr 2020 12:09:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7316E0946; Sun, 19 Apr 2020 12:08:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB45CE0946 for ; Sun, 19 Apr 2020 12:08:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E346134F01E for ; Sun, 19 Apr 2020 12:08:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2975E14C for ; Sun, 19 Apr 2020 12:08:57 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1587298060.d8d12ba5cc21c7772fd162db8d1a82548b101d9a.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/webkit-gtk/webkit-gtk-2.28.1.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: d8d12ba5cc21c7772fd162db8d1a82548b101d9a X-VCS-Branch: master Date: Sun, 19 Apr 2020 12:08:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d17b98b4-9630-4821-a802-45519f20e9d9 X-Archives-Hash: f4676ee6e909d31683f2c42ee3d4fe9d commit: d8d12ba5cc21c7772fd162db8d1a82548b101d9a Author: Mart Raudsepp gentoo org> AuthorDate: Sun Apr 19 12:07:40 2020 +0000 Commit: Mart Raudsepp gentoo 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 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"