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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6F76158451 for ; Tue, 9 Jan 2024 14:08:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00185E2A0A; Tue, 9 Jan 2024 14:08:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D896FE2A0A for ; Tue, 9 Jan 2024 14:08:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9641343315 for ; Tue, 9 Jan 2024 14:08:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 302791082 for ; Tue, 9 Jan 2024 14:08:02 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1704809112.f496729944e1d1d53e9929200059538528f0f16f.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qutebrowser/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/qutebrowser/qutebrowser-3.1.0.ebuild www-client/qutebrowser/qutebrowser-9999.ebuild X-VCS-Directories: www-client/qutebrowser/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: f496729944e1d1d53e9929200059538528f0f16f X-VCS-Branch: master Date: Tue, 9 Jan 2024 14:08:02 +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: ace18243-98fc-4683-8aee-1043e3fdd04d X-Archives-Hash: f70bf7bbf71e948cce72154adcd79f64 commit: f496729944e1d1d53e9929200059538528f0f16f Author: Ionen Wolkens gentoo org> AuthorDate: Tue Jan 9 08:45:30 2024 +0000 Commit: Ionen Wolkens gentoo 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 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