From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 6AC2A1580EB for ; Thu, 29 May 2025 08:06:23 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5824734300E for ; Thu, 29 May 2025 08:06:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4D4EA110287; Thu, 29 May 2025 08:06:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id 40F9B110287 for ; Thu, 29 May 2025 08:06:22 +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 E8F1234300E for ; Thu, 29 May 2025 08:06:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88749254C for ; Thu, 29 May 2025 08:06:20 +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: <1748505934.1c9d4f15e7738709fc08e5365dd8d1ee0c11ba4e.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qt-creator/qt-creator-16.0.1.ebuild dev-qt/qt-creator/qt-creator-16.0.2.ebuild dev-qt/qt-creator/qt-creator-9999.ebuild X-VCS-Directories: dev-qt/qt-creator/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 1c9d4f15e7738709fc08e5365dd8d1ee0c11ba4e X-VCS-Branch: master Date: Thu, 29 May 2025 08:06:20 +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: d2a1366c-3380-4167-ba1e-176cff4d48bb X-Archives-Hash: cf8ca9c3b65209ef5857dc4aa0664a8c commit: 1c9d4f15e7738709fc08e5365dd8d1ee0c11ba4e Author: Ionen Wolkens gentoo org> AuthorDate: Thu May 29 08:02:21 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu May 29 08:05:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9d4f15 dev-qt/qt-creator: add missing dependency on qtbase[ssl] Technically needs a revbump, but this is a very long build and very few users ever disable ssl. Will either way not go very longer without a rebuild either due to qtbase:= subslot rebuilds or not-that-rare qt-creator bumps. Closes: https://bugs.gentoo.org/956790 Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qt-creator/qt-creator-16.0.1.ebuild | 4 ++-- dev-qt/qt-creator/qt-creator-16.0.2.ebuild | 4 ++-- dev-qt/qt-creator/qt-creator-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-qt/qt-creator/qt-creator-16.0.1.ebuild b/dev-qt/qt-creator/qt-creator-16.0.1.ebuild index 258c4c67d2c8..b9276cbcbb78 100644 --- a/dev-qt/qt-creator/qt-creator-16.0.1.ebuild +++ b/dev-qt/qt-creator/qt-creator-16.0.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 LLVM_COMPAT=( {15..20} ) LLVM_OPTIONAL=1 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake edo flag-o-matic go-env llvm-r2 multiprocessing inherit python-any-r1 readme.gentoo-r1 xdg @@ -51,7 +51,7 @@ QT_PV=6.7.3:6 COMMON_DEPEND=" dev-cpp/yaml-cpp:= >=dev-qt/qt5compat-${QT_PV} - >=dev-qt/qtbase-${QT_PV}=[concurrent,dbus,gui,network,widgets,xml] + >=dev-qt/qtbase-${QT_PV}=[concurrent,dbus,gui,network,ssl,widgets,xml] >=dev-qt/qtdeclarative-${QT_PV}= sys-libs/zlib:= clang? ( diff --git a/dev-qt/qt-creator/qt-creator-16.0.2.ebuild b/dev-qt/qt-creator/qt-creator-16.0.2.ebuild index 2c501e76a241..13b706b1c231 100644 --- a/dev-qt/qt-creator/qt-creator-16.0.2.ebuild +++ b/dev-qt/qt-creator/qt-creator-16.0.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 LLVM_COMPAT=( {15..20} ) LLVM_OPTIONAL=1 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake edo flag-o-matic go-env llvm-r2 multiprocessing inherit python-any-r1 readme.gentoo-r1 xdg @@ -51,7 +51,7 @@ QT_PV=6.7.3:6 COMMON_DEPEND=" dev-cpp/yaml-cpp:= >=dev-qt/qt5compat-${QT_PV} - >=dev-qt/qtbase-${QT_PV}=[concurrent,dbus,gui,network,widgets,xml] + >=dev-qt/qtbase-${QT_PV}=[concurrent,dbus,gui,network,ssl,widgets,xml] >=dev-qt/qtdeclarative-${QT_PV}= sys-libs/zlib:= clang? ( diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild b/dev-qt/qt-creator/qt-creator-9999.ebuild index 1e2a0d314ba0..0142c6c14790 100644 --- a/dev-qt/qt-creator/qt-creator-9999.ebuild +++ b/dev-qt/qt-creator/qt-creator-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 LLVM_COMPAT=( {15..20} ) LLVM_OPTIONAL=1 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake edo flag-o-matic go-env llvm-r2 multiprocessing inherit python-any-r1 readme.gentoo-r1 xdg @@ -52,7 +52,7 @@ COMMON_DEPEND=" app-arch/libarchive:= dev-cpp/yaml-cpp:= >=dev-qt/qt5compat-${QT_PV} - >=dev-qt/qtbase-${QT_PV}=[concurrent,dbus,gui,network,widgets,xml] + >=dev-qt/qtbase-${QT_PV}=[concurrent,dbus,gui,network,ssl,widgets,xml] >=dev-qt/qtdeclarative-${QT_PV}= sys-libs/zlib:= clang? (