diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:44:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:31 +0000 |
commit | 96daebc2cfc6140a8bac7c152af1445b042f03be (patch) | |
tree | 6e3c57916327be817baa5594ddf9bf62d736ce49 /app-forensics | |
parent | app-emulation/wine-vanilla: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-96daebc2cfc6140a8bac7c152af1445b042f03be.tar.gz gentoo-96daebc2cfc6140a8bac7c152af1445b042f03be.tar.bz2 gentoo-96daebc2cfc6140a8bac7c152af1445b042f03be.zip |
app-forensics/aide: 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-forensics')
-rw-r--r-- | app-forensics/aide/aide-0.17.4-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/aide/aide-0.17.4-r4.ebuild b/app-forensics/aide/aide-0.17.4-r4.ebuild index 0684f4728854..9dcb35b833b0 100644 --- a/app-forensics/aide/aide-0.17.4-r4.ebuild +++ b/app-forensics/aide/aide-0.17.4-r4.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 @@ -30,7 +30,7 @@ DEPEND="dev-libs/libpcre RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-aide )" BDEPEND="sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig" DISABLE_AUTOFORMATTING=1 |