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 <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-05-29 04:02:21 -04:00
parent 90ed7d7408
commit 1c9d4f15e7
3 changed files with 6 additions and 6 deletions

View File

@@ -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? (

View File

@@ -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? (

View File

@@ -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? (