diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-09-09 10:21:28 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-09-09 12:20:25 -0400 |
commit | 18d391708df3b32716f1f10f21726a860385062a (patch) | |
tree | 9c690a7463eac03a41b4bbdc37cd822932a3453b /dev-qt/qtbase | |
parent | dev-qt/qtbase: remove IUSE=systemd (diff) | |
download | gentoo-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/qtbase')
-rw-r--r-- | dev-qt/qtbase/qtbase-6.5.2-r1.ebuild | 7 |
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 |