diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:08:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:06 +0000 |
commit | 7c5bda8c0c80ef4e904d0d96bf61d156af58639b (patch) | |
tree | 8f5cd2f8cc87b3304dc7c7a4b3b9530b1e0192df /net-misc/lambdamoo | |
parent | net-misc/chrony: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-7c5bda8c0c80ef4e904d0d96bf61d156af58639b.tar.gz gentoo-7c5bda8c0c80ef4e904d0d96bf61d156af58639b.tar.bz2 gentoo-7c5bda8c0c80ef4e904d0d96bf61d156af58639b.zip |
net-misc/lambdamoo: 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 'net-misc/lambdamoo')
-rw-r--r-- | net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild b/net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild index b95483d47d8d..fc52f8c6f1d3 100644 --- a/net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild +++ b/net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~sparc ~x86" IUSE="" -DEPEND="sys-devel/bison" +DEPEND="app-alternatives/yacc" RDEPEND="" S=${WORKDIR}/MOO-${PV} |