diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:09:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:09 +0000 |
commit | 9d65e44205c7ade7aab4c72cb0dc1801b6357224 (patch) | |
tree | c3ca89ca1f8d175248157510e606365659a37ac1 /sci-geosciences/grass | |
parent | sci-electronics/vbs: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-9d65e44205c7ade7aab4c72cb0dc1801b6357224.tar.gz gentoo-9d65e44205c7ade7aab4c72cb0dc1801b6357224.tar.bz2 gentoo-9d65e44205c7ade7aab4c72cb0dc1801b6357224.zip |
sci-geosciences/grass: 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 'sci-geosciences/grass')
-rw-r--r-- | sci-geosciences/grass/grass-8.3.1.ebuild | 2 | ||||
-rw-r--r-- | sci-geosciences/grass/grass-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/grass/grass-8.3.1.ebuild b/sci-geosciences/grass/grass-8.3.1.ebuild index 6a60e336a05c..166049f1b309 100644 --- a/sci-geosciences/grass/grass-8.3.1.ebuild +++ b/sci-geosciences/grass/grass-8.3.1.ebuild @@ -95,7 +95,7 @@ RDEPEND=" DEPEND="${RDEPEND} X? ( x11-base/xorg-proto )" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex sys-devel/gettext virtual/pkgconfig diff --git a/sci-geosciences/grass/grass-9999.ebuild b/sci-geosciences/grass/grass-9999.ebuild index dff2afdba10f..850b3a402fe1 100644 --- a/sci-geosciences/grass/grass-9999.ebuild +++ b/sci-geosciences/grass/grass-9999.ebuild @@ -95,7 +95,7 @@ RDEPEND=" DEPEND="${RDEPEND} X? ( x11-base/xorg-proto )" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex sys-devel/gettext virtual/pkgconfig |