From 2351de4d6038e9766b7b43b220b6bb1bd36d3060 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 12:05:31 +0000 Subject: app-admin/sudo: 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 --- app-admin/sudo/sudo-1.9.15_p2.ebuild | 4 ++-- app-admin/sudo/sudo-1.9.15_p4.ebuild | 4 ++-- app-admin/sudo/sudo-1.9.15_p5.ebuild | 2 +- app-admin/sudo/sudo-9999.ebuild | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app-admin/sudo/sudo-1.9.15_p2.ebuild b/app-admin/sudo/sudo-1.9.15_p2.ebuild index 5b761d116733..b130fe70e0ad 100644 --- a/app-admin/sudo/sudo-1.9.15_p2.ebuild +++ b/app-admin/sudo/sudo-1.9.15_p2.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=8 @@ -75,7 +75,7 @@ RDEPEND=" sendmail? ( virtual/mta ) " BDEPEND+=" - sys-devel/bison + app-alternatives/yacc virtual/pkgconfig " diff --git a/app-admin/sudo/sudo-1.9.15_p4.ebuild b/app-admin/sudo/sudo-1.9.15_p4.ebuild index fa89a2f25d3d..8f632cd98d7b 100644 --- a/app-admin/sudo/sudo-1.9.15_p4.ebuild +++ b/app-admin/sudo/sudo-1.9.15_p4.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=8 @@ -75,7 +75,7 @@ RDEPEND=" sendmail? ( virtual/mta ) " BDEPEND+=" - sys-devel/bison + app-alternatives/yacc virtual/pkgconfig " diff --git a/app-admin/sudo/sudo-1.9.15_p5.ebuild b/app-admin/sudo/sudo-1.9.15_p5.ebuild index cdfe2e0a559d..8f632cd98d7b 100644 --- a/app-admin/sudo/sudo-1.9.15_p5.ebuild +++ b/app-admin/sudo/sudo-1.9.15_p5.ebuild @@ -75,7 +75,7 @@ RDEPEND=" sendmail? ( virtual/mta ) " BDEPEND+=" - sys-devel/bison + app-alternatives/yacc virtual/pkgconfig " diff --git a/app-admin/sudo/sudo-9999.ebuild b/app-admin/sudo/sudo-9999.ebuild index fa89a2f25d3d..8f632cd98d7b 100644 --- a/app-admin/sudo/sudo-9999.ebuild +++ b/app-admin/sudo/sudo-9999.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=8 @@ -75,7 +75,7 @@ RDEPEND=" sendmail? ( virtual/mta ) " BDEPEND+=" - sys-devel/bison + app-alternatives/yacc virtual/pkgconfig " -- cgit v1.2.3-65-gdbad