diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:51:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:17 +0000 |
commit | 7b259ae537896f6e4e0ebbc17ad1f309ab3da844 (patch) | |
tree | b7d802d0ff29a303e71804f49fdf2116e543ff4f /net-libs/libtrace | |
parent | net-libs/libsmi: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-7b259ae537896f6e4e0ebbc17ad1f309ab3da844.tar.gz gentoo-7b259ae537896f6e4e0ebbc17ad1f309ab3da844.tar.bz2 gentoo-7b259ae537896f6e4e0ebbc17ad1f309ab3da844.zip |
net-libs/libtrace: 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-libs/libtrace')
-rw-r--r-- | net-libs/libtrace/libtrace-4.0.18_p1.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libtrace/libtrace-4.0.19_p1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/libtrace/libtrace-4.0.18_p1.ebuild b/net-libs/libtrace/libtrace-4.0.18_p1.ebuild index 1e43f9295b10..763bf51f6961 100644 --- a/net-libs/libtrace/libtrace-4.0.18_p1.ebuild +++ b/net-libs/libtrace/libtrace-4.0.18_p1.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=8 @@ -25,7 +25,7 @@ RDEPEND=">=net-libs/libpcap-0.8 numa? ( sys-process/numactl )" DEPEND="${RDEPEND}" BDEPEND="app-doc/doxygen[dot] - sys-devel/flex + app-alternatives/lex virtual/os-headers virtual/pkgconfig app-alternatives/yacc" diff --git a/net-libs/libtrace/libtrace-4.0.19_p1.ebuild b/net-libs/libtrace/libtrace-4.0.19_p1.ebuild index aea6acf8b4b6..645692fb0c9f 100644 --- a/net-libs/libtrace/libtrace-4.0.19_p1.ebuild +++ b/net-libs/libtrace/libtrace-4.0.19_p1.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=8 @@ -23,7 +23,7 @@ RDEPEND=">=net-libs/libpcap-0.8 numa? ( sys-process/numactl )" DEPEND="${RDEPEND}" BDEPEND="app-doc/doxygen[dot] - sys-devel/flex + app-alternatives/lex virtual/os-headers virtual/pkgconfig app-alternatives/yacc" |