summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-13 22:06:09 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-25 13:05:43 +0100
commit4f83ff1b456d0223c130819f5737db555202b8e4 (patch)
tree2e8dbf8f015c3678b4bd06819f35ce1da8b0f0aa /app-office/libreoffice/libreoffice-9999.ebuild
parentapp-office/libreoffice: add 24.2.2.2, drop 24.2.2.1 (diff)
downloadgentoo-4f83ff1b456d0223c130819f5737db555202b8e4.tar.gz
gentoo-4f83ff1b456d0223c130819f5737db555202b8e4.tar.bz2
gentoo-4f83ff1b456d0223c130819f5737db555202b8e4.zip
app-office/libreoffice: Patch out unused QtNetwork dependency
Closes: https://bugs.gentoo.org/925683 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/libreoffice/libreoffice-9999.ebuild')
-rw-r--r--app-office/libreoffice/libreoffice-9999.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild
index 7e6c19c6cac2..1d2cd2085e48 100644
--- a/app-office/libreoffice/libreoffice-9999.ebuild
+++ b/app-office/libreoffice/libreoffice-9999.ebuild
@@ -315,6 +315,10 @@ PATCHES=(
"${FILESDIR}/${PN}-5.3.4.2-kioclient5.patch"
"${FILESDIR}/${PN}-6.1-nomancompress.patch"
"${FILESDIR}/${PN}-24.2-qtdetect.patch"
+
+ # TODO: upstream
+ "${FILESDIR}/${PN}-7.6-unused-qt5network.patch"
+ "${FILESDIR}/${PN}-24.2-unused-qt6network.patch"
)
S="${WORKDIR}/${PN}-${MY_PV}"