diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-01-08 07:48:24 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-01-08 07:57:52 -0500 |
commit | 0a71108edcfc0773f72a5b417d10cdc0c56c8da7 (patch) | |
tree | 65c40f91e84c102aee616695f7f61d4cf11deec1 /app-emulation | |
parent | app-emulation/wine-proton: drop 8.0.3c (diff) | |
download | gentoo-0a71108edcfc0773f72a5b417d10cdc0c56c8da7.tar.gz gentoo-0a71108edcfc0773f72a5b417d10cdc0c56c8da7.tar.bz2 gentoo-0a71108edcfc0773f72a5b417d10cdc0c56c8da7.zip |
Revert "app-emulation/vkd3d: sys-devel/bison -> app-alternatives/yacc"
This reverts commit a9f5440566a22bf2174b67244facbc10db26da08.
This may not set YACC, but that's because vkd3d does not respect
this variable in the first place and looks for bison directly.
Signed-off-by: Ionen Wolkens <ionen@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 6c1db7ea7dff..a07c6243deca 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 - app-alternatives/yacc + sys-devel/bison virtual/pkgconfig " diff --git a/app-emulation/vkd3d/vkd3d-1.9.ebuild b/app-emulation/vkd3d/vkd3d-1.9.ebuild index 6c1db7ea7dff..a07c6243deca 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 - app-alternatives/yacc + sys-devel/bison virtual/pkgconfig " |