commit:     f496729944e1d1d53e9929200059538528f0f16f
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 08:45:30 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 14:05:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4967299

www-client/qutebrowser: fix casing typo in comment

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 www-client/qutebrowser/qutebrowser-3.1.0.ebuild | 2 +-
 www-client/qutebrowser/qutebrowser-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/qutebrowser/qutebrowser-3.1.0.ebuild 
b/www-client/qutebrowser/qutebrowser-3.1.0.ebuild
index 6134e6cba9f4..1f3619d59962 100644
--- a/www-client/qutebrowser/qutebrowser-3.1.0.ebuild
+++ b/www-client/qutebrowser/qutebrowser-3.1.0.ebuild
@@ -155,7 +155,7 @@ python_test() {
        local epytestargs=(
                # prefer pytest-xvfb over virtx given same upstream and is 
expected
                -p xvfb
-               # skip warning tests broken by -wdefault, and benchmarks
+               # skip warning tests broken by -Wdefault, and benchmarks
                -k 'not _bench and not _matches_tree and not _warning'
                # override eclass' settings, tempdirs are re-used by Qt
                -o tmp_path_retention_policy=all

diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild 
b/www-client/qutebrowser/qutebrowser-9999.ebuild
index 6d2ceaa9e208..9d0b343f3286 100644
--- a/www-client/qutebrowser/qutebrowser-9999.ebuild
+++ b/www-client/qutebrowser/qutebrowser-9999.ebuild
@@ -155,7 +155,7 @@ python_test() {
        local epytestargs=(
                # prefer pytest-xvfb over virtx given same upstream and is 
expected
                -p xvfb
-               # skip warning tests broken by -wdefault, and benchmarks
+               # skip warning tests broken by -Wdefault, and benchmarks
                -k 'not _bench and not _matches_tree and not _warning'
                # override eclass' settings, tempdirs are re-used by Qt
                -o tmp_path_retention_policy=all

Reply via email to