commit:     d923d0b9ce5d54e4d0f6659e5f472f0444f2da91
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 12:09:18 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 12:25:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d923d0b9

sys-apps/flatpak: sys-devel/bison -> app-alternatives/yacc

All of these will be using app-alternatives/yacc anyway as they're not unsetting

YACC or LEX, so make the dep reflect reality.

(Included both YACC and LEX out of conservatism.)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/flatpak/flatpak-1.12.8.ebuild    | 4 ++--
 sys-apps/flatpak/flatpak-1.14.4-r3.ebuild | 4 ++--
 sys-apps/flatpak/flatpak-1.14.5.ebuild    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-apps/flatpak/flatpak-1.12.8.ebuild 
b/sys-apps/flatpak/flatpak-1.12.8.ebuild
index 0d93a36c8d65..8d690737f967 100644
--- a/sys-apps/flatpak/flatpak-1.12.8.ebuild
+++ b/sys-apps/flatpak/flatpak-1.12.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -56,7 +56,7 @@ BDEPEND="
        >=sys-devel/gettext-0.18.2
        virtual/pkgconfig
        dev-util/gdbus-codegen
-       sys-devel/bison
+       app-alternatives/yacc
        introspection? ( >=dev-libs/gobject-introspection-1.40 )
        doc? (
                >=dev-util/gtk-doc-1.20

diff --git a/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild 
b/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild
index d18fc746ae60..cc266504983d 100644
--- a/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild
+++ b/sys-apps/flatpak/flatpak-1.14.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -53,7 +53,7 @@ BDEPEND="
        >=sys-devel/gettext-0.18.2
        virtual/pkgconfig
        dev-util/gdbus-codegen
-       sys-devel/bison
+       app-alternatives/yacc
        $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]')
        introspection? ( >=dev-libs/gobject-introspection-1.40 )
        doc? (

diff --git a/sys-apps/flatpak/flatpak-1.14.5.ebuild 
b/sys-apps/flatpak/flatpak-1.14.5.ebuild
index 528b56bf57ed..7cf4ba08b4c4 100644
--- a/sys-apps/flatpak/flatpak-1.14.5.ebuild
+++ b/sys-apps/flatpak/flatpak-1.14.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -53,7 +53,7 @@ BDEPEND="
        >=sys-devel/gettext-0.18.2
        virtual/pkgconfig
        dev-util/gdbus-codegen
-       sys-devel/bison
+       app-alternatives/yacc
        $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]')
        introspection? ( >=dev-libs/gobject-introspection-1.40 )
        doc? (

Reply via email to