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 756F71581FB for ; Thu, 29 Aug 2024 15:25:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62B13E29D0; Thu, 29 Aug 2024 15:25:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 47637E29D0 for ; Thu, 29 Aug 2024 15:25:36 +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 1AFF433C1EB for ; Thu, 29 Aug 2024 15:25:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F2AB1EFC for ; Thu, 29 Aug 2024 15:25:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1724945096.0d0e367f000f6177daf4564726c09ce75195dddf.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: www-client/falkon/ X-VCS-Repository: proj/kde X-VCS-Files: www-client/falkon/falkon-24.08.49.9999.ebuild www-client/falkon/falkon-9999.ebuild X-VCS-Directories: www-client/falkon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0d0e367f000f6177daf4564726c09ce75195dddf X-VCS-Branch: master Date: Thu, 29 Aug 2024 15:25:33 +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: 52e10d0b-4c37-449b-abf7-39656c010e6e X-Archives-Hash: 6e019393d0acdfd67e2697a90f67739f commit: 0d0e367f000f6177daf4564726c09ce75195dddf Author: Paul Zander gmail com> AuthorDate: Wed Aug 28 20:50:47 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 29 15:24:56 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0d0e367f www-client/falkon: require positioning with Qt6WebEngineCore Bug: https://bugs.gentoo.org/934478#c39 Signed-off-by: Paul Zander gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> www-client/falkon/falkon-24.08.49.9999.ebuild | 2 +- www-client/falkon/falkon-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/falkon/falkon-24.08.49.9999.ebuild b/www-client/falkon/falkon-24.08.49.9999.ebuild index bcd4f64a2a..b499ea8024 100644 --- a/www-client/falkon/falkon-24.08.49.9999.ebuild +++ b/www-client/falkon/falkon-24.08.49.9999.ebuild @@ -40,7 +40,7 @@ COMMON_DEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_cond_dep " - >=dev-python/pyside6-${QTMIN}[designer,gui,webengine,widgets,\${PYTHON_USEDEP}] \ + >=dev-python/pyside6-${QTMIN}[designer,gui,positioning,webengine,widgets,\${PYTHON_USEDEP}] \ >=dev-python/shiboken6-${QTMIN}[\${PYTHON_USEDEP}] ") ) diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index bcd4f64a2a..b499ea8024 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -40,7 +40,7 @@ COMMON_DEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_cond_dep " - >=dev-python/pyside6-${QTMIN}[designer,gui,webengine,widgets,\${PYTHON_USEDEP}] \ + >=dev-python/pyside6-${QTMIN}[designer,gui,positioning,webengine,widgets,\${PYTHON_USEDEP}] \ >=dev-python/shiboken6-${QTMIN}[\${PYTHON_USEDEP}] ") )