diff options
author | Sam James <sam@gentoo.org> | 2024-04-03 05:59:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-03 05:59:54 +0100 |
commit | 074658e4a02f5d5a48d88a1b177c076e305c6f0e (patch) | |
tree | 4d19de8722acabef5c76246a8d884ac894a94217 /app-office/libreoffice | |
parent | app-office/libreoffice: Backport patch from 24.x branch to allow GCC 14 compi... (diff) | |
download | gentoo-074658e4a02f5d5a48d88a1b177c076e305c6f0e.tar.gz gentoo-074658e4a02f5d5a48d88a1b177c076e305c6f0e.tar.bz2 gentoo-074658e4a02f5d5a48d88a1b177c076e305c6f0e.zip |
app-office/libreoffice: add bug ref for gcc14 patch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office/libreoffice')
-rw-r--r-- | app-office/libreoffice/libreoffice-7.6.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/libreoffice/libreoffice-7.6.6.3.ebuild b/app-office/libreoffice/libreoffice-7.6.6.3.ebuild index c2337187fc03..a55a9183b3ce 100644 --- a/app-office/libreoffice/libreoffice-7.6.6.3.ebuild +++ b/app-office/libreoffice/libreoffice-7.6.6.3.ebuild @@ -298,7 +298,7 @@ PATCHES=( # 24.2 branch "${FILESDIR}/${P}-autoconf-2.72.patch" # bug 925162 - "${FILESDIR}/${PN}-7.6.5.2-gcc14.patch" + "${FILESDIR}/${PN}-7.6.5.2-gcc14.patch" # bug 928152 # TODO: upstream "${FILESDIR}/${PN}-7.6-unused-qt5network.patch" |