diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-01-09 03:45:30 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-01-09 09:05:12 -0500 |
commit | f496729944e1d1d53e9929200059538528f0f16f (patch) | |
tree | 562c578af7469ab0130e9ed949a2ab9b50b644d9 /www-client/qutebrowser/qutebrowser-9999.ebuild | |
parent | dev-db/redis: add 7.2.4 (diff) | |
download | gentoo-f496729944e1d1d53e9929200059538528f0f16f.tar.gz gentoo-f496729944e1d1d53e9929200059538528f0f16f.tar.bz2 gentoo-f496729944e1d1d53e9929200059538528f0f16f.zip |
www-client/qutebrowser: fix casing typo in comment
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'www-client/qutebrowser/qutebrowser-9999.ebuild')
-rw-r--r-- | www-client/qutebrowser/qutebrowser-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |