From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A7D6C158092 for ; Tue, 14 Sep 2021 06:01:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07A6AE0967; Tue, 14 Sep 2021 06:01:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DED30E0967 for ; Tue, 14 Sep 2021 06:01:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F77733BE4D for ; Tue, 14 Sep 2021 06:01:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D46AB3B for ; Tue, 14 Sep 2021 06:01:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1631599247.ba5edbdf41149115273f3e69d37ba5200ff62d60.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-7.1.6.2.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ba5edbdf41149115273f3e69d37ba5200ff62d60 X-VCS-Branch: master Date: Tue, 14 Sep 2021 06:01:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d9a2a592-ed3c-4dbf-aeda-2f0de7f684b6 X-Archives-Hash: eb98c80176a0d34629104777e79834ec commit: ba5edbdf41149115273f3e69d37ba5200ff62d60 Author: Sam James gentoo org> AuthorDate: Tue Sep 14 06:00:47 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 14 06:00:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5edbdf app-office/libreoffice: add Bison 3.8.1 upper bound Seems to cause build failures. Bug: https://bugs.gentoo.org/812923 Signed-off-by: Sam James gentoo.org> app-office/libreoffice/libreoffice-7.1.6.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-office/libreoffice/libreoffice-7.1.6.2.ebuild b/app-office/libreoffice/libreoffice-7.1.6.2.ebuild index f18f1e2704a..ec8c361bf6c 100644 --- a/app-office/libreoffice/libreoffice-7.1.6.2.ebuild +++ b/app-office/libreoffice/libreoffice-7.1.6.2.ebuild @@ -107,9 +107,10 @@ SLOT="0" [[ ${MY_PV} == *9999* ]] || \ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux" +# Bison upper bound due to bug #812923 BDEPEND=" dev-util/intltool - sys-devel/bison +