summaryrefslogtreecommitdiff
path: root/dev-qt
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-09-09 10:21:28 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-09-09 12:20:25 -0400
commit18d391708df3b32716f1f10f21726a860385062a (patch)
tree9c690a7463eac03a41b4bbdc37cd822932a3453b /dev-qt
parentdev-qt/qtbase: remove IUSE=systemd (diff)
downloadgentoo-18d391708df3b32716f1f10f21726a860385062a.tar.gz
gentoo-18d391708df3b32716f1f10f21726a860385062a.tar.bz2
gentoo-18d391708df3b32716f1f10f21726a860385062a.zip
dev-qt/qtbase: bring nls IUSE change from live to 6.5.2
About to revbump either way, so no longer concerned about this causing a no-op rebuild. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r--dev-qt/qtbase/qtbase-6.5.2-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-qt/qtbase/qtbase-6.5.2-r1.ebuild b/dev-qt/qtbase/qtbase-6.5.2-r1.ebuild
index 90d4a0ba1d4d..ba0ce93ec259 100644
--- a/dev-qt/qtbase/qtbase-6.5.2-r1.ebuild
+++ b/dev-qt/qtbase/qtbase-6.5.2-r1.ebuild
@@ -24,7 +24,7 @@ declare -A QT6_IUSE=(
[sql]="mysql oci8 odbc postgres +sqlite"
[widgets]="cups gtk"
- [optfeature]="wayland" #864509
+ [optfeature]="nls wayland" #810802,864509
)
IUSE="${QT6_IUSE[*]}"
REQUIRED_USE="
@@ -123,7 +123,10 @@ DEPEND="
)
"
BDEPEND="zstd? ( app-arch/libarchive[zstd] )" #910392
-PDEPEND="wayland? ( ~dev-qt/qtwayland-${PV}:6 )"
+PDEPEND="
+ nls? ( ~dev-qt/qttranslations-${PV}:6 )
+ wayland? ( ~dev-qt/qtwayland-${PV}:6 )
+"
PATCHES=(
"${FILESDIR}"/${P}-CVE-2023-38197.patch