diff options
Diffstat (limited to 'app-office/libreoffice/libreoffice-6.2.2.2.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-6.2.2.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-office/libreoffice/libreoffice-6.2.2.2.ebuild b/app-office/libreoffice/libreoffice-6.2.2.2.ebuild index 6dfffd2394c..abd92a269e1 100644 --- a/app-office/libreoffice/libreoffice-6.2.2.2.ebuild +++ b/app-office/libreoffice/libreoffice-6.2.2.2.ebuild @@ -18,7 +18,7 @@ DEV_URI=" ADDONS_URI="https://dev-www.libreoffice.org/src/" BRANDING="${PN}-branding-gentoo-0.8.tar.xz" -# PATCHSET="${P}-patchset-01.tar.xz" +PATCHSET="${P}-patchset-01.tar.xz" [[ ${MY_PV} == *9999* ]] && inherit git-r3 inherit autotools bash-completion-r1 check-reqs flag-o-matic java-pkg-opt-2 multiprocessing pax-utils python-single-r1 qmake-utils toolchain-funcs xdg @@ -247,7 +247,9 @@ fi PATCHES=( # master branch "${FILESDIR}/${PN}-6.2-ldap-optional.patch" - # "${WORKDIR}"/${PATCHSET/.tar.xz/} + # 6.2 stable branch + "${FILESDIR}/${P}-boost-1.69.patch" + "${WORKDIR}"/${PATCHSET/.tar.xz/} # not upstreamable stuff "${FILESDIR}/${PN}-5.4-system-pyuno.patch" |