mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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? (
|
||||
|
||||
@@ -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? (
|
||||
|
||||
@@ -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? (
|
||||
|
||||
Reference in New Issue
Block a user