commit: 6b9b4ebfc35ab5c718e21a20def3e7bbfcbc52e3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed May 10 00:24:32 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 10 00:29:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b9b4ebf
dev-util/ostree: unset YACC for bison Closes: https://bugs.gentoo.org/884289 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/ostree/ostree-2022.2.ebuild | 5 ++++- dev-util/ostree/ostree-2022.5-r1.ebuild | 5 ++++- dev-util/ostree/ostree-2022.6.ebuild | 5 ++++- dev-util/ostree/ostree-2022.7-r1.ebuild | 3 +++ dev-util/ostree/ostree-2023.1.ebuild | 3 +++ 5 files changed, 18 insertions(+), 3 deletions(-) diff --git a/dev-util/ostree/ostree-2022.2.ebuild b/dev-util/ostree/ostree-2022.2.ebuild index ffd7127f1a9e..931a48f9ce06 100644 --- a/dev-util/ostree/ostree-2022.2.ebuild +++ b/dev-util/ostree/ostree-2022.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -71,6 +71,9 @@ src_prepare() { } src_configure() { + # Needs Bison (bug #884289) + unset YACC + local econfargs=( --enable-man --enable-shared diff --git a/dev-util/ostree/ostree-2022.5-r1.ebuild b/dev-util/ostree/ostree-2022.5-r1.ebuild index 5500d617d7b6..eb443e50cc0b 100644 --- a/dev-util/ostree/ostree-2022.5-r1.ebuild +++ b/dev-util/ostree/ostree-2022.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -78,6 +78,9 @@ src_prepare() { } src_configure() { + # Needs Bison (bug #884289) + unset YACC + local econfargs=( --enable-man --enable-shared diff --git a/dev-util/ostree/ostree-2022.6.ebuild b/dev-util/ostree/ostree-2022.6.ebuild index f5456a6e416e..030a24150f38 100644 --- a/dev-util/ostree/ostree-2022.6.ebuild +++ b/dev-util/ostree/ostree-2022.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -77,6 +77,9 @@ src_prepare() { } src_configure() { + # Needs Bison (bug #884289) + unset YACC + local econfargs=( --enable-man --enable-shared diff --git a/dev-util/ostree/ostree-2022.7-r1.ebuild b/dev-util/ostree/ostree-2022.7-r1.ebuild index 0bcffeafb6bb..8affb7d1e501 100644 --- a/dev-util/ostree/ostree-2022.7-r1.ebuild +++ b/dev-util/ostree/ostree-2022.7-r1.ebuild @@ -77,6 +77,9 @@ src_prepare() { } src_configure() { + # Needs Bison (bug #884289) + unset YACC + local econfargs=( --enable-man --enable-shared diff --git a/dev-util/ostree/ostree-2023.1.ebuild b/dev-util/ostree/ostree-2023.1.ebuild index 8e2cb1c035f1..94174a9acdaf 100644 --- a/dev-util/ostree/ostree-2023.1.ebuild +++ b/dev-util/ostree/ostree-2023.1.ebuild @@ -77,6 +77,9 @@ src_prepare() { } src_configure() { + # Needs Bison (bug #884289) + unset YACC + local econfargs=( --enable-man --enable-shared
