diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:09:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:18 +0000 |
commit | ef2e96a83433ce0cb5c498a2a6d949faadd3e899 (patch) | |
tree | 0a55871535e7e097dfa1beab7aee7c5dfc98e2f5 /www-servers | |
parent | sys-process/at: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-ef2e96a83433ce0cb5c498a2a6d949faadd3e899.tar.gz gentoo-ef2e96a83433ce0cb5c498a2a6d949faadd3e899.tar.bz2 gentoo-ef2e96a83433ce0cb5c498a2a6d949faadd3e899.zip |
www-servers/h2o: 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 'www-servers')
-rw-r--r-- | www-servers/h2o/h2o-2.2.6-r1.ebuild | 4 | ||||
-rw-r--r-- | www-servers/h2o/h2o-2.2.6-r2.ebuild | 4 | ||||
-rw-r--r-- | www-servers/h2o/h2o-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www-servers/h2o/h2o-2.2.6-r1.ebuild b/www-servers/h2o/h2o-2.2.6-r1.ebuild index 4e38eec82228..0f59051f8e65 100644 --- a/www-servers/h2o/h2o-2.2.6-r1.ebuild +++ b/www-servers/h2o/h2o-2.2.6-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="8" @@ -34,7 +34,7 @@ DEPEND="${RDEPEND} )" BDEPEND="libh2o? ( virtual/pkgconfig ) mruby? ( - sys-devel/bison + app-alternatives/yacc virtual/pkgconfig )" diff --git a/www-servers/h2o/h2o-2.2.6-r2.ebuild b/www-servers/h2o/h2o-2.2.6-r2.ebuild index 36b649162128..c4e26fb1736d 100644 --- a/www-servers/h2o/h2o-2.2.6-r2.ebuild +++ b/www-servers/h2o/h2o-2.2.6-r2.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" @@ -34,7 +34,7 @@ DEPEND="${RDEPEND} )" BDEPEND="libh2o? ( virtual/pkgconfig ) mruby? ( - sys-devel/bison + app-alternatives/yacc virtual/pkgconfig )" diff --git a/www-servers/h2o/h2o-9999.ebuild b/www-servers/h2o/h2o-9999.ebuild index 5d8a81f064f1..79636317600f 100644 --- a/www-servers/h2o/h2o-9999.ebuild +++ b/www-servers/h2o/h2o-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" @@ -34,7 +34,7 @@ DEPEND="${RDEPEND} dev-libs/onigmo dev-libs/oniguruma ) - sys-devel/bison + app-alternatives/yacc ) " BDEPEND="virtual/pkgconfig" |