Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/
Date: Tue, 14 Sep 2021 06:01:32
Message-Id: 1631599247.ba5edbdf41149115273f3e69d37ba5200ff62d60.sam@gentoo
1 commit: ba5edbdf41149115273f3e69d37ba5200ff62d60
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 14 06:00:47 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 14 06:00:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5edbdf
7
8 app-office/libreoffice: add Bison 3.8.1 upper bound
9
10 Seems to cause build failures.
11
12 Bug: https://bugs.gentoo.org/812923
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 app-office/libreoffice/libreoffice-7.1.6.2.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/app-office/libreoffice/libreoffice-7.1.6.2.ebuild b/app-office/libreoffice/libreoffice-7.1.6.2.ebuild
19 index f18f1e2704a..ec8c361bf6c 100644
20 --- a/app-office/libreoffice/libreoffice-7.1.6.2.ebuild
21 +++ b/app-office/libreoffice/libreoffice-7.1.6.2.ebuild
22 @@ -107,9 +107,10 @@ SLOT="0"
23 [[ ${MY_PV} == *9999* ]] || \
24 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
25
26 +# Bison upper bound due to bug #812923
27 BDEPEND="
28 dev-util/intltool
29 - sys-devel/bison
30 + <sys-devel/bison-3.8.1
31 sys-devel/flex
32 sys-devel/gettext
33 virtual/pkgconfig