diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-29 10:41:54 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-29 11:40:00 +0100 |
commit | 0154d7b3200d1262b3d6ec5225d707357a576139 (patch) | |
tree | 623e4b9fa82801411770ea039ef18af2e0015f27 /app-office/libreoffice | |
parent | app-office/libreoffice: DEPEND on dev-java/openjdk{,-bin}:11 (diff) | |
download | gentoo-0154d7b3200d1262b3d6ec5225d707357a576139.tar.gz gentoo-0154d7b3200d1262b3d6ec5225d707357a576139.tar.bz2 gentoo-0154d7b3200d1262b3d6ec5225d707357a576139.zip |
app-office/libreoffice: --with-build-version -> --with-extra-buildid
Upstream commit 5fdf2009d21fa220dfee70ea755bd698c16257a7
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/libreoffice')
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 0c444e2be5c8..8f43fa5e8eba 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -428,7 +428,7 @@ src_configure() { --disable-openssl --disable-pdfium --disable-vlc - --with-build-version="${gentoo_buildid}" + --with-extra-buildid="${gentoo_buildid}" --enable-extension-integration --with-external-dict-dir="${EPREFIX}/usr/share/myspell" --with-external-hyph-dir="${EPREFIX}/usr/share/myspell" |