Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/
Date: Thu, 29 Oct 2020 10:40:22
Message-Id: 1603968000.0154d7b3200d1262b3d6ec5225d707357a576139.asturm@gentoo
1 commit: 0154d7b3200d1262b3d6ec5225d707357a576139
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 29 09:41:54 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 29 10:40:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0154d7b3
7
8 app-office/libreoffice: --with-build-version -> --with-extra-buildid
9
10 Upstream commit 5fdf2009d21fa220dfee70ea755bd698c16257a7
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.2
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 app-office/libreoffice/libreoffice-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild
19 index 0c444e2be5c..8f43fa5e8eb 100644
20 --- a/app-office/libreoffice/libreoffice-9999.ebuild
21 +++ b/app-office/libreoffice/libreoffice-9999.ebuild
22 @@ -428,7 +428,7 @@ src_configure() {
23 --disable-openssl
24 --disable-pdfium
25 --disable-vlc
26 - --with-build-version="${gentoo_buildid}"
27 + --with-extra-buildid="${gentoo_buildid}"
28 --enable-extension-integration
29 --with-external-dict-dir="${EPREFIX}/usr/share/myspell"
30 --with-external-hyph-dir="${EPREFIX}/usr/share/myspell"