diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:51:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:20 +0000 |
commit | b14e2b920e7b951cb6293e7ca9965cf572814564 (patch) | |
tree | 292ffc7199ddb2fe13a0ab54be1492185c0fcfa8 /net-misc/rwhoisd | |
parent | net-misc/olsrd: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-b14e2b920e7b951cb6293e7ca9965cf572814564.tar.gz gentoo-b14e2b920e7b951cb6293e7ca9965cf572814564.tar.bz2 gentoo-b14e2b920e7b951cb6293e7ca9965cf572814564.zip |
net-misc/rwhoisd: sys-devel/flex -> app-alternatives/lex
All of these will be using app-alternatives/lex 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/rwhoisd')
-rw-r--r-- | net-misc/rwhoisd/rwhoisd-1.5.9.6-r2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/rwhoisd/rwhoisd-1.5.9.6-r3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/rwhoisd/rwhoisd-1.5.9.6-r2.ebuild b/net-misc/rwhoisd/rwhoisd-1.5.9.6-r2.ebuild index 11231a66647f..1a2f4ab1ba55 100644 --- a/net-misc/rwhoisd/rwhoisd-1.5.9.6-r2.ebuild +++ b/net-misc/rwhoisd/rwhoisd-1.5.9.6-r2.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 @@ -21,7 +21,7 @@ RDEPEND=" acct-user/rwhoisd " BDEPEND=" - sys-devel/flex + app-alternatives/lex app-alternatives/yacc " diff --git a/net-misc/rwhoisd/rwhoisd-1.5.9.6-r3.ebuild b/net-misc/rwhoisd/rwhoisd-1.5.9.6-r3.ebuild index 72b282754486..3a5b26274eb5 100644 --- a/net-misc/rwhoisd/rwhoisd-1.5.9.6-r3.ebuild +++ b/net-misc/rwhoisd/rwhoisd-1.5.9.6-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ RDEPEND=" acct-user/rwhoisd " BDEPEND=" - sys-devel/flex + app-alternatives/lex app-alternatives/yacc " |