diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-01-08 08:56:01 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-01-08 08:56:01 -0500 |
commit | b0cc6fbcfb3abed60d84c28511597421f08f89d8 (patch) | |
tree | 403b614d479cc92ea87c70da7ec38272085613b0 /app-emulation | |
parent | dev-libs/keystone: sync live (diff) | |
download | gentoo-b0cc6fbcfb3abed60d84c28511597421f08f89d8.tar.gz gentoo-b0cc6fbcfb3abed60d84c28511597421f08f89d8.tar.bz2 gentoo-b0cc6fbcfb3abed60d84c28511597421f08f89d8.zip |
Revert "app-emulation/vkd3d: sys-devel/flex -> app-alternatives/lex"
This reverts commit e6c89941071548365b919dae28d8ed6e8542f8d9.
Hadn't noticed flex had been changed too, same deal as yacc.
This does not care for the LEX variable and looks for flex
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 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/vkd3d/vkd3d-1.10.ebuild b/app-emulation/vkd3d/vkd3d-1.10.ebuild index a07c6243deca..b8594f26e81e 100644 --- a/app-emulation/vkd3d/vkd3d-1.10.ebuild +++ b/app-emulation/vkd3d/vkd3d-1.10.ebuild @@ -26,7 +26,7 @@ DEPEND=" dev-util/vulkan-headers " BDEPEND=" - app-alternatives/lex + sys-devel/flex sys-devel/bison virtual/pkgconfig " |