diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:08:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:06 +0000 |
commit | 38a770ddce3cf8d3a220d9c339d51ea5718a6454 (patch) | |
tree | 194f45805f81f5243265594cd3a91cdf5702dd17 /net-misc/mrouted | |
parent | net-misc/lambdamoo: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-38a770ddce3cf8d3a220d9c339d51ea5718a6454.tar.gz gentoo-38a770ddce3cf8d3a220d9c339d51ea5718a6454.tar.bz2 gentoo-38a770ddce3cf8d3a220d9c339d51ea5718a6454.zip |
net-misc/mrouted: 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/mrouted')
-rw-r--r-- | net-misc/mrouted/mrouted-4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/mrouted/mrouted-4.2.ebuild b/net-misc/mrouted/mrouted-4.2.ebuild index 8f9f6aa61285..06524f6c9e2a 100644 --- a/net-misc/mrouted/mrouted-4.2.ebuild +++ b/net-misc/mrouted/mrouted-4.2.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=7 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc x86" IUSE="rsrr" BDEPEND=" - || ( dev-util/yacc sys-devel/bison ) + || ( dev-util/yacc app-alternatives/yacc ) virtual/pkgconfig " |