diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:05:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:21:34 +0000 |
commit | 2351de4d6038e9766b7b43b220b6bb1bd36d3060 (patch) | |
tree | 526828a793d39b75847b9515ee7ce39f95d3be53 /app-admin/sudo | |
parent | app-admin/rsyslog: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-2351de4d6038e9766b7b43b220b6bb1bd36d3060.tar.gz gentoo-2351de4d6038e9766b7b43b220b6bb1bd36d3060.tar.bz2 gentoo-2351de4d6038e9766b7b43b220b6bb1bd36d3060.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'app-admin/sudo')
-rw-r--r-- | app-admin/sudo/sudo-1.9.15_p2.ebuild | 4 | ||||
-rw-r--r-- | app-admin/sudo/sudo-1.9.15_p4.ebuild | 4 | ||||
-rw-r--r-- | app-admin/sudo/sudo-1.9.15_p5.ebuild | 2 | ||||
-rw-r--r-- | 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 " |