diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:43:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:26 +0000 |
commit | 4fb92c59a813c2ac7ab59d832adb4299b1df95b1 (patch) | |
tree | bc4961cf067544770b225cb065fe18e45d9bb8c6 /app-admin | |
parent | app-admin/monit: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-4fb92c59a813c2ac7ab59d832adb4299b1df95b1.tar.gz gentoo-4fb92c59a813c2ac7ab59d832adb4299b1df95b1.tar.bz2 gentoo-4fb92c59a813c2ac7ab59d832adb4299b1df95b1.zip |
app-admin/rsyslog: 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 'app-admin')
-rw-r--r-- | app-admin/rsyslog/rsyslog-8.2308.0.ebuild | 4 | ||||
-rw-r--r-- | app-admin/rsyslog/rsyslog-8.2310.0.ebuild | 4 | ||||
-rw-r--r-- | app-admin/rsyslog/rsyslog-8.2312.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-admin/rsyslog/rsyslog-8.2308.0.ebuild b/app-admin/rsyslog/rsyslog-8.2308.0.ebuild index 8f43ae9ef921..d92257c98357 100644 --- a/app-admin/rsyslog/rsyslog-8.2308.0.ebuild +++ b/app-admin/rsyslog/rsyslog-8.2308.0.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 @@ -109,7 +109,7 @@ DEPEND=" if [[ ${PV} == "9999" ]]; then BDEPEND+=" doc? ( >=dev-python/sphinx-1.1.3-r7 )" - BDEPEND+=" >=sys-devel/flex-2.5.39-r1" + BDEPEND+=" app-alternatives/lex" BDEPEND+=" >=sys-devel/bison-2.4.3" BDEPEND+=" >=dev-python/docutils-0.12" fi diff --git a/app-admin/rsyslog/rsyslog-8.2310.0.ebuild b/app-admin/rsyslog/rsyslog-8.2310.0.ebuild index 8f43ae9ef921..a80fe8d0f479 100644 --- a/app-admin/rsyslog/rsyslog-8.2310.0.ebuild +++ b/app-admin/rsyslog/rsyslog-8.2310.0.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 @@ -109,7 +109,7 @@ DEPEND=" if [[ ${PV} == "9999" ]]; then BDEPEND+=" doc? ( >=dev-python/sphinx-1.1.3-r7 )" - BDEPEND+=" >=sys-devel/flex-2.5.39-r1" + BDEPEND+=" >=app-alternatives/lex-2.5.39-r1" BDEPEND+=" >=sys-devel/bison-2.4.3" BDEPEND+=" >=dev-python/docutils-0.12" fi diff --git a/app-admin/rsyslog/rsyslog-8.2312.0.ebuild b/app-admin/rsyslog/rsyslog-8.2312.0.ebuild index 21b249d85e28..76d5baa90a8b 100644 --- a/app-admin/rsyslog/rsyslog-8.2312.0.ebuild +++ b/app-admin/rsyslog/rsyslog-8.2312.0.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 @@ -108,7 +108,7 @@ DEPEND=" if [[ "${PV}" == "9999" ]]; then BDEPEND+=" doc? ( >=dev-python/sphinx-1.1.3-r7 )" - BDEPEND+=" >=sys-devel/flex-2.5.39-r1" + BDEPEND+=" >=app-alternatives/lex-2.5.39-r1" BDEPEND+=" >=sys-devel/bison-2.4.3" BDEPEND+=" >=dev-python/docutils-0.12" fi |