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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27CB615812D for ; Mon, 06 Jan 2025 22:51:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB079E0833; Mon, 06 Jan 2025 22:51:07 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF50EE0833 for ; Mon, 06 Jan 2025 22:51:07 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E4B7340DE6 for ; Mon, 06 Jan 2025 22:51:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10C551E26 for ; Mon, 06 Jan 2025 22:51:03 +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: <1736203730.bb767918ecc5412ae3fb84d1697130c11448c178.ionen@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.08.3-r1.ebuild www-client/falkon/falkon-24.08.3-r2.ebuild www-client/falkon/falkon-24.08.3-r3.ebuild www-client/falkon/falkon-24.08.3.ebuild www-client/falkon/falkon-24.12.0-r1.ebuild www-client/falkon/falkon-24.12.0.ebuild X-VCS-Directories: www-client/falkon/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: bb767918ecc5412ae3fb84d1697130c11448c178 X-VCS-Branch: master Date: Mon, 06 Jan 2025 22:51:03 +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: fb7882dc-2537-47f2-b16b-5bb5d9b185df X-Archives-Hash: 42814af56195a7618dee9d629fb4b375 commit: bb767918ecc5412ae3fb84d1697130c11448c178 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Dec 28 00:02:51 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Jan 6 22:48:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb767918 www-client/falkon: update pyside6 dep for uitools Looking at the sources, this uses QtUiTools and most likely depended on [designer] given pyside6 formerly provided it with USE=designer. This been split into its own USE=uitools now. No real need to keep the old USE=designer logic for old versions given they were just dropped. Signed-off-by: Ionen Wolkens gentoo.org> www-client/falkon/{falkon-24.08.3.ebuild => falkon-24.08.3-r2.ebuild} | 4 ++-- .../falkon/{falkon-24.08.3-r1.ebuild => falkon-24.08.3-r3.ebuild} | 4 ++-- www-client/falkon/{falkon-24.12.0.ebuild => falkon-24.12.0-r1.ebuild} | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www-client/falkon/falkon-24.08.3.ebuild b/www-client/falkon/falkon-24.08.3-r2.ebuild similarity index 93% rename from www-client/falkon/falkon-24.08.3.ebuild rename to www-client/falkon/falkon-24.08.3-r2.ebuild index a24a2e1de13c..e6874c742db9 100644 --- a/www-client/falkon/falkon-24.08.3.ebuild +++ b/www-client/falkon/falkon-24.08.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -40,7 +40,7 @@ COMMON_DEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_cond_dep " - >=dev-python/pyside6-${QTMIN}[designer,gui,positioning,webengine,widgets,\${PYTHON_USEDEP}] \ + >=dev-python/pyside6-${QTMIN}[gui,positioning,uitools(-),webengine,widgets,\${PYTHON_USEDEP}] >=dev-python/shiboken6-${QTMIN}[\${PYTHON_USEDEP}] ") ) diff --git a/www-client/falkon/falkon-24.08.3-r1.ebuild b/www-client/falkon/falkon-24.08.3-r3.ebuild similarity index 93% rename from www-client/falkon/falkon-24.08.3-r1.ebuild rename to www-client/falkon/falkon-24.08.3-r3.ebuild index 4da6bc55c8ea..77b5e21cab13 100644 --- a/www-client/falkon/falkon-24.08.3-r1.ebuild +++ b/www-client/falkon/falkon-24.08.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -40,7 +40,7 @@ COMMON_DEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_cond_dep " - >=dev-python/pyside6-${QTMIN}[designer,gui,positioning,webengine,widgets,\${PYTHON_USEDEP}] \ + >=dev-python/pyside6-${QTMIN}[gui,positioning,uitools(-),webengine,widgets,\${PYTHON_USEDEP}] >=dev-python/shiboken6-${QTMIN}[\${PYTHON_USEDEP}] ") ) diff --git a/www-client/falkon/falkon-24.12.0.ebuild b/www-client/falkon/falkon-24.12.0-r1.ebuild similarity index 93% rename from www-client/falkon/falkon-24.12.0.ebuild rename to www-client/falkon/falkon-24.12.0-r1.ebuild index 4322d900bde0..844d7bd68ba7 100644 --- a/www-client/falkon/falkon-24.12.0.ebuild +++ b/www-client/falkon/falkon-24.12.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -40,7 +40,7 @@ COMMON_DEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_cond_dep " - >=dev-python/pyside6-${QTMIN}[designer,gui,positioning,webengine,widgets,\${PYTHON_USEDEP}] \ + >=dev-python/pyside6-${QTMIN}[gui,positioning,uitools(-),webengine,widgets,\${PYTHON_USEDEP}] >=dev-python/shiboken6-${QTMIN}[\${PYTHON_USEDEP}] ") )