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 4AC851581FB for ; Wed, 28 Aug 2024 21:11:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81098E29EF; Wed, 28 Aug 2024 21:11:26 +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 5FC1CE29EF for ; Wed, 28 Aug 2024 21:11:26 +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 67862341214 for ; Wed, 28 Aug 2024 21:11:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA30514D6 for ; Wed, 28 Aug 2024 21:11:23 +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: <1724879427.3940dca8ea192d7d66411bc4deb94fdf17f08e7f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/falkon/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/falkon/falkon-24.05.2-r1.ebuild www-client/falkon/falkon-24.05.2.ebuild www-client/falkon/falkon-24.08.0-r1.ebuild www-client/falkon/falkon-24.08.0.ebuild X-VCS-Directories: www-client/falkon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3940dca8ea192d7d66411bc4deb94fdf17f08e7f X-VCS-Branch: master Date: Wed, 28 Aug 2024 21:11:23 +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: 7e6763f5-76ee-4217-8899-13dde82a2d5d X-Archives-Hash: 1be05b73e65e29c6c31d68a3cac8e713 commit: 3940dca8ea192d7d66411bc4deb94fdf17f08e7f Author: Paul Zander gmail com> AuthorDate: Wed Aug 28 20:50:47 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 28 21:10:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3940dca8 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.05.2.ebuild => falkon-24.05.2-r1.ebuild} | 2 +- www-client/falkon/{falkon-24.08.0.ebuild => falkon-24.08.0-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/falkon/falkon-24.05.2.ebuild b/www-client/falkon/falkon-24.05.2-r1.ebuild similarity index 95% rename from www-client/falkon/falkon-24.05.2.ebuild rename to www-client/falkon/falkon-24.05.2-r1.ebuild index 69577d72decd..75f5ba463d7f 100644 --- a/www-client/falkon/falkon-24.05.2.ebuild +++ b/www-client/falkon/falkon-24.05.2-r1.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-24.08.0.ebuild b/www-client/falkon/falkon-24.08.0-r1.ebuild similarity index 95% rename from www-client/falkon/falkon-24.08.0.ebuild rename to www-client/falkon/falkon-24.08.0-r1.ebuild index 0ca036d908e6..4322d900bde0 100644 --- a/www-client/falkon/falkon-24.08.0.ebuild +++ b/www-client/falkon/falkon-24.08.0-r1.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}] ") )