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 96888158095 for ; Mon, 15 Aug 2022 21:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D343A2BC09F; Mon, 15 Aug 2022 21:14:36 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD93D2BC09F for ; Mon, 15 Aug 2022 21:14:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 ABBA7341060 for ; Mon, 15 Aug 2022 21:14:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 217D0562 for ; Mon, 15 Aug 2022 21:14:34 +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: <1660595681.a4bbbc908ac7f2e28fdd6af0909cf535af14de5e.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-22.07.90.ebuild www-client/falkon/falkon-22.08.0.ebuild www-client/falkon/falkon-22.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: a4bbbc908ac7f2e28fdd6af0909cf535af14de5e X-VCS-Branch: master Date: Mon, 15 Aug 2022 21:14:34 +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: a66a300a-4a31-44aa-b5d3-556e54e35a0f X-Archives-Hash: 5ad0c6d2dc869fddd0fb0e53c3c2436a commit: a4bbbc908ac7f2e28fdd6af0909cf535af14de5e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 15 20:30:29 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 15 20:34:41 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a4bbbc90 www-client/falkon: Enforce QTMIN on dev-python/{pyside2,shiboken2} Bug: https://bugs.gentoo.org/840434 Signed-off-by: Andreas Sturmlechner gentoo.org> www-client/falkon/falkon-22.07.90.ebuild | 8 ++++---- www-client/falkon/falkon-22.08.0.ebuild | 8 ++++---- www-client/falkon/falkon-22.08.49.9999.ebuild | 8 ++++---- www-client/falkon/falkon-9999.ebuild | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/www-client/falkon/falkon-22.07.90.ebuild b/www-client/falkon/falkon-22.07.90.ebuild index cbb2b3b39a..164ba15818 100644 --- a/www-client/falkon/falkon-22.07.90.ebuild +++ b/www-client/falkon/falkon-22.07.90.ebuild @@ -43,10 +43,10 @@ COMMON_DEPEND=" ) python? ( ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/pyside2[designer,gui,webengine,widgets,${PYTHON_USEDEP}] - dev-python/shiboken2[${PYTHON_USEDEP}] - ') + $(python_gen_cond_dep " + >=dev-python/pyside2-${QTMIN}[designer,gui,webengine,widgets,\${PYTHON_USEDEP}] \ + >=dev-python/shiboken2-${QTMIN}[\${PYTHON_USEDEP}] + ") ) X? ( >=dev-qt/qtx11extras-${QTMIN}:5 diff --git a/www-client/falkon/falkon-22.08.0.ebuild b/www-client/falkon/falkon-22.08.0.ebuild index cbb2b3b39a..164ba15818 100644 --- a/www-client/falkon/falkon-22.08.0.ebuild +++ b/www-client/falkon/falkon-22.08.0.ebuild @@ -43,10 +43,10 @@ COMMON_DEPEND=" ) python? ( ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/pyside2[designer,gui,webengine,widgets,${PYTHON_USEDEP}] - dev-python/shiboken2[${PYTHON_USEDEP}] - ') + $(python_gen_cond_dep " + >=dev-python/pyside2-${QTMIN}[designer,gui,webengine,widgets,\${PYTHON_USEDEP}] \ + >=dev-python/shiboken2-${QTMIN}[\${PYTHON_USEDEP}] + ") ) X? ( >=dev-qt/qtx11extras-${QTMIN}:5 diff --git a/www-client/falkon/falkon-22.08.49.9999.ebuild b/www-client/falkon/falkon-22.08.49.9999.ebuild index 7dd37294c1..bd82599046 100644 --- a/www-client/falkon/falkon-22.08.49.9999.ebuild +++ b/www-client/falkon/falkon-22.08.49.9999.ebuild @@ -43,10 +43,10 @@ COMMON_DEPEND=" ) python? ( ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/pyside2[designer,gui,webengine,widgets,${PYTHON_USEDEP}] - dev-python/shiboken2[${PYTHON_USEDEP}] - ') + $(python_gen_cond_dep " + >=dev-python/pyside2-${QTMIN}[designer,gui,webengine,widgets,\${PYTHON_USEDEP}] \ + >=dev-python/shiboken2-${QTMIN}[\${PYTHON_USEDEP}] + ") ) X? ( >=dev-qt/qtx11extras-${QTMIN}:5 diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index 7dd37294c1..bd82599046 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -43,10 +43,10 @@ COMMON_DEPEND=" ) python? ( ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/pyside2[designer,gui,webengine,widgets,${PYTHON_USEDEP}] - dev-python/shiboken2[${PYTHON_USEDEP}] - ') + $(python_gen_cond_dep " + >=dev-python/pyside2-${QTMIN}[designer,gui,webengine,widgets,\${PYTHON_USEDEP}] \ + >=dev-python/shiboken2-${QTMIN}[\${PYTHON_USEDEP}] + ") ) X? ( >=dev-qt/qtx11extras-${QTMIN}:5