diff options
author | 2024-01-08 12:05:55 +0000 | |
---|---|---|
committer | 2024-01-08 12:21:38 +0000 | |
commit | d9ee05e2b66b2b046f041ebfd696e5d4b19dbd5e (patch) | |
tree | fda7f3e68f4e42dbe06b9f7b720820f74ba3ea54 /app-emulation | |
parent | app-emulation/vkd3d: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-d9ee05e2b66b2b046f041ebfd696e5d4b19dbd5e.tar.gz gentoo-d9ee05e2b66b2b046f041ebfd696e5d4b19dbd5e.tar.bz2 gentoo-d9ee05e2b66b2b046f041ebfd696e5d4b19dbd5e.zip |
app-emulation/xen-tools: 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@gentoo.org>
Diffstat (limited to 'app-emulation')
4 files changed, 8 insertions, 8 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.16.6_pre1-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.16.6_pre1-r1.ebuild index 0a6543fab49c..04b7cde2edba 100644 --- a/app-emulation/xen-tools/xen-tools-4.16.6_pre1-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.16.6_pre1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -162,7 +162,7 @@ DEPEND="${COMMON_DEPEND} python? ( >=dev-lang/swig-4.0.0 )" BDEPEND="dev-lang/perl - sys-devel/bison + app-alternatives/yacc sys-devel/gettext" # hvmloader is used to bootstrap a fully virtualized kernel diff --git a/app-emulation/xen-tools/xen-tools-4.16.6_pre1.ebuild b/app-emulation/xen-tools/xen-tools-4.16.6_pre1.ebuild index 75a33794a4b1..882c97a57981 100644 --- a/app-emulation/xen-tools/xen-tools-4.16.6_pre1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.16.6_pre1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -162,7 +162,7 @@ DEPEND="${COMMON_DEPEND} python? ( >=dev-lang/swig-4.0.0 )" BDEPEND="dev-lang/perl - sys-devel/bison + app-alternatives/yacc sys-devel/gettext" # hvmloader is used to bootstrap a fully virtualized kernel diff --git a/app-emulation/xen-tools/xen-tools-4.17.3_pre1-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.17.3_pre1-r1.ebuild index c299cc6ad3ae..ae9b458c7573 100644 --- a/app-emulation/xen-tools/xen-tools-4.17.3_pre1-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.17.3_pre1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -162,7 +162,7 @@ DEPEND="${COMMON_DEPEND} python? ( >=dev-lang/swig-4.0.0 )" BDEPEND="dev-lang/perl - sys-devel/bison + app-alternatives/yacc sys-devel/gettext" # hvmloader is used to bootstrap a fully virtualized kernel diff --git a/app-emulation/xen-tools/xen-tools-4.17.3_pre1.ebuild b/app-emulation/xen-tools/xen-tools-4.17.3_pre1.ebuild index 1595416057a4..c63d1a6d5f24 100644 --- a/app-emulation/xen-tools/xen-tools-4.17.3_pre1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.17.3_pre1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -162,7 +162,7 @@ DEPEND="${COMMON_DEPEND} python? ( >=dev-lang/swig-4.0.0 )" BDEPEND="dev-lang/perl - sys-devel/bison + app-alternatives/yacc sys-devel/gettext" # hvmloader is used to bootstrap a fully virtualized kernel |