From 7b6fdd395c157601123e6627ef4c33d3b7943d65 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 11:43:13 +0000 Subject: app-admin/syslog-ng: 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 --- app-admin/syslog-ng/syslog-ng-4.1.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-admin/syslog-ng/syslog-ng-4.1.1-r1.ebuild') diff --git a/app-admin/syslog-ng/syslog-ng-4.1.1-r1.ebuild b/app-admin/syslog-ng/syslog-ng-4.1.1-r1.ebuild index f2600055a7b5..e92f8f960cff 100644 --- a/app-admin/syslog-ng/syslog-ng-4.1.1-r1.ebuild +++ b/app-admin/syslog-ng/syslog-ng-4.1.1-r1.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 @@ -49,7 +49,7 @@ DEPEND="${RDEPEND} test? ( dev-libs/criterion )" BDEPEND=" >=sys-devel/bison-3.7.6 - sys-devel/flex + app-alternatives/lex virtual/pkgconfig" DOCS=( AUTHORS NEWS.md CONTRIBUTING.md contrib/syslog-ng.conf.{HP-UX,RedHat,SunOS,doc} -- cgit v1.2.3-65-gdbad