diff options
author | 2024-01-08 11:50:43 +0000 | |
---|---|---|
committer | 2024-01-08 12:02:12 +0000 | |
commit | ed20d2f13e9471b26f8336deef5fcf49de4b8769 (patch) | |
tree | 6d3d6481a88a62fd2c90904b6206902d98dd8514 /net-dialup/openl2tp | |
parent | net-analyzer/zmap: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-ed20d2f13e9471b26f8336deef5fcf49de4b8769.tar.gz gentoo-ed20d2f13e9471b26f8336deef5fcf49de4b8769.tar.bz2 gentoo-ed20d2f13e9471b26f8336deef5fcf49de4b8769.zip |
net-dialup/openl2tp: 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-dialup/openl2tp')
-rw-r--r-- | net-dialup/openl2tp/openl2tp-1.8-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/openl2tp/openl2tp-1.8-r2.ebuild b/net-dialup/openl2tp/openl2tp-1.8-r2.ebuild index 31d207b45529..0ad3c26c1634 100644 --- a/net-dialup/openl2tp/openl2tp-1.8-r2.ebuild +++ b/net-dialup/openl2tp/openl2tp-1.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ REQUIRED_USE="|| ( client server )" BDEPEND=" >=net-libs/rpcsvc-proto-1.3.1-r1 sys-devel/bison - sys-devel/flex + app-alternatives/lex " DEPEND=" >=net-dialup/ppp-2.4.5 |