diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:05:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:21:37 +0000 |
commit | a9f5440566a22bf2174b67244facbc10db26da08 (patch) | |
tree | fd0e3bab7f833c6550dbac5feee3be3f500f7b66 /app-emulation | |
parent | app-emulation/spim: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-a9f5440566a22bf2174b67244facbc10db26da08.tar.gz gentoo-a9f5440566a22bf2174b67244facbc10db26da08.tar.bz2 gentoo-a9f5440566a22bf2174b67244facbc10db26da08.zip |
app-emulation/vkd3d: 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')
-rw-r--r-- | app-emulation/vkd3d/vkd3d-1.10.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/vkd3d/vkd3d-1.9.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/vkd3d/vkd3d-1.10.ebuild b/app-emulation/vkd3d/vkd3d-1.10.ebuild index a07c6243deca..6c1db7ea7dff 100644 --- a/app-emulation/vkd3d/vkd3d-1.10.ebuild +++ b/app-emulation/vkd3d/vkd3d-1.10.ebuild @@ -27,7 +27,7 @@ DEPEND=" " BDEPEND=" app-alternatives/lex - sys-devel/bison + app-alternatives/yacc virtual/pkgconfig " diff --git a/app-emulation/vkd3d/vkd3d-1.9.ebuild b/app-emulation/vkd3d/vkd3d-1.9.ebuild index a07c6243deca..6c1db7ea7dff 100644 --- a/app-emulation/vkd3d/vkd3d-1.9.ebuild +++ b/app-emulation/vkd3d/vkd3d-1.9.ebuild @@ -27,7 +27,7 @@ DEPEND=" " BDEPEND=" app-alternatives/lex - sys-devel/bison + app-alternatives/yacc virtual/pkgconfig " |