diff options
author | 2024-01-08 12:08:12 +0000 | |
---|---|---|
committer | 2024-01-08 12:25:00 +0000 | |
commit | 9b8fb204de4f3207c91b0b2166ef26c51d3bfad1 (patch) | |
tree | cf9953df3b7a4e832c3d4a6c106924515368d5bf /net-analyzer/argus-clients | |
parent | media-sound/poc: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-9b8fb204de4f3207c91b0b2166ef26c51d3bfad1.tar.gz gentoo-9b8fb204de4f3207c91b0b2166ef26c51d3bfad1.tar.bz2 gentoo-9b8fb204de4f3207c91b0b2166ef26c51d3bfad1.zip |
net-analyzer/argus-clients: 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-analyzer/argus-clients')
-rw-r--r-- | net-analyzer/argus-clients/argus-clients-3.0.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/argus-clients/argus-clients-3.0.8.4.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.8.4.ebuild index 0d689d570aab..e86bfbb510dd 100644 --- a/net-analyzer/argus-clients/argus-clients-3.0.8.4.ebuild +++ b/net-analyzer/argus-clients/argus-clients-3.0.8.4.ebuild @@ -29,7 +29,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex virtual/pkgconfig " |