commit:     f61707f5690c4cb3e7c684b2ac01c7eb9b28df89
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 10:49:28 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 11:01:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61707f5

www-client/qutebrowser: show USE=-qt6 warning regardless of arch

qtwebengine:6 is keyworded on arm64 now, and x86 keywords were dropped.

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

 www-client/qutebrowser/qutebrowser-3.1.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www-client/qutebrowser/qutebrowser-3.1.0.ebuild 
b/www-client/qutebrowser/qutebrowser-3.1.0.ebuild
index b71080584826..a8f02d769926 100644
--- a/www-client/qutebrowser/qutebrowser-3.1.0.ebuild
+++ b/www-client/qutebrowser/qutebrowser-3.1.0.ebuild
@@ -200,8 +200,7 @@ pkg_postinst() {
                ewarn "be a warning on startup, and may optionally want to 
backup first."
        fi
 
-       # only show Qt6 warning on arches where USE=qt6 is unmasked
-       if use amd64 && use !qt6; then
+       if use !qt6; then
                ewarn
                ewarn "USE=qt6 is disabled, be warned that Qt5's WebEngine uses 
an older"
                ewarn "chromium version. While it is relatively maintained for 
security, it will"

Reply via email to