diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-12-08 14:55:50 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-12-08 16:07:47 +0100 |
commit | cc416d838a3deed2cebc6a0bc646d37150cdc1f3 (patch) | |
tree | 40db805663ed2f29f9a6558fa076cd25a4ca01ca /app-office | |
parent | sci-geosciences/qgis: Drop 3.18.3 (diff) | |
download | gentoo-cc416d838a3deed2cebc6a0bc646d37150cdc1f3.tar.gz gentoo-cc416d838a3deed2cebc6a0bc646d37150cdc1f3.tar.bz2 gentoo-cc416d838a3deed2cebc6a0bc646d37150cdc1f3.zip |
app-office/libreoffice: Forward patch to 7.2 stable branch
Fix comment of origin.
Bug: https://bugs.gentoo.org/821265
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-7.2.3.2.ebuild | 2 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-7.2.9999.ebuild | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/app-office/libreoffice/libreoffice-7.2.3.2.ebuild b/app-office/libreoffice/libreoffice-7.2.3.2.ebuild index 3b60b78183c0..4a18f0401b53 100644 --- a/app-office/libreoffice/libreoffice-7.2.3.2.ebuild +++ b/app-office/libreoffice/libreoffice-7.2.3.2.ebuild @@ -293,7 +293,7 @@ PATCHES=( "${FILESDIR}/${PN}-6.1-nomancompress.patch" "${FILESDIR}/${PN}-7.2.0.4-qt5detect.patch" - # Upstream + # 7.3 branch "${FILESDIR}/${PN}-7.2.2.2-makefile-gengal.patch" ) diff --git a/app-office/libreoffice/libreoffice-7.2.9999.ebuild b/app-office/libreoffice/libreoffice-7.2.9999.ebuild index 42698197f1cd..b819e767c27d 100644 --- a/app-office/libreoffice/libreoffice-7.2.9999.ebuild +++ b/app-office/libreoffice/libreoffice-7.2.9999.ebuild @@ -293,6 +293,9 @@ PATCHES=( "${FILESDIR}/${PN}-5.3.4.2-kioclient5.patch" "${FILESDIR}/${PN}-6.1-nomancompress.patch" "${FILESDIR}/${PN}-7.2.0.4-qt5detect.patch" + + # 7.3 branch + "${FILESDIR}/${PN}-7.2.2.2-makefile-gengal.patch" ) S="${WORKDIR}/${PN}-${MY_PV}" |