diff options
author | 2023-05-10 01:24:32 +0100 | |
---|---|---|
committer | 2023-05-10 01:29:26 +0100 | |
commit | 6b9b4ebfc35ab5c718e21a20def3e7bbfcbc52e3 (patch) | |
tree | c4108cfb936f62dc1fd3f524f90aa9467deec9c0 /dev-util/ostree | |
parent | app-emulation/spice: add note why no meson yet (diff) | |
download | gentoo-6b9b4ebfc35ab5c718e21a20def3e7bbfcbc52e3.tar.gz gentoo-6b9b4ebfc35ab5c718e21a20def3e7bbfcbc52e3.tar.bz2 gentoo-6b9b4ebfc35ab5c718e21a20def3e7bbfcbc52e3.zip |
dev-util/ostree: unset YACC for bison
Closes: https://bugs.gentoo.org/884289
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/ostree')
-rw-r--r-- | dev-util/ostree/ostree-2022.2.ebuild | 5 | ||||
-rw-r--r-- | dev-util/ostree/ostree-2022.5-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-util/ostree/ostree-2022.6.ebuild | 5 | ||||
-rw-r--r-- | dev-util/ostree/ostree-2022.7-r1.ebuild | 3 | ||||
-rw-r--r-- | 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 |