diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:43:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:27 +0000 |
commit | a945595370e4345b2a520b85803e2eb6ad1d74ce (patch) | |
tree | ac7756710c2126445aa66e69e2070d7312928de4 /app-admin/sshguard | |
parent | app-admin/rsyslog: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-a945595370e4345b2a520b85803e2eb6ad1d74ce.tar.gz gentoo-a945595370e4345b2a520b85803e2eb6ad1d74ce.tar.bz2 gentoo-a945595370e4345b2a520b85803e2eb6ad1d74ce.zip |
app-admin/sshguard: 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/sshguard')
-rw-r--r-- | app-admin/sshguard/sshguard-2.4.3.ebuild | 4 | ||||
-rw-r--r-- | app-admin/sshguard/sshguard-99999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/sshguard/sshguard-2.4.3.ebuild b/app-admin/sshguard/sshguard-2.4.3.ebuild index a575bb0e0d29..d0bd1ebaa85d 100644 --- a/app-admin/sshguard/sshguard-2.4.3.ebuild +++ b/app-admin/sshguard/sshguard-2.4.3.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 @@ -19,7 +19,7 @@ LICENSE="BSD" SLOT="0" DEPEND=" - sys-devel/flex + app-alternatives/lex " RDEPEND=" virtual/logger diff --git a/app-admin/sshguard/sshguard-99999.ebuild b/app-admin/sshguard/sshguard-99999.ebuild index 35ac2d2df817..d2b3282e1a88 100644 --- a/app-admin/sshguard/sshguard-99999.ebuild +++ b/app-admin/sshguard/sshguard-99999.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 @@ -19,7 +19,7 @@ LICENSE="BSD" SLOT="0" DEPEND=" - sys-devel/flex + app-alternatives/lex " RDEPEND=" virtual/logger |