diff options
author | 2024-01-08 11:43:24 +0000 | |
---|---|---|
committer | 2024-01-08 12:01:28 +0000 | |
commit | 61f5dbab894a9f00925a7c6e7eb02c3dd7608064 (patch) | |
tree | 16cb6e63a237ff18fe4d84fa12b5371a5a6f4fc3 /app-benchmarks | |
parent | app-arch/dpkg: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-61f5dbab894a9f00925a7c6e7eb02c3dd7608064.tar.gz gentoo-61f5dbab894a9f00925a7c6e7eb02c3dd7608064.tar.bz2 gentoo-61f5dbab894a9f00925a7c6e7eb02c3dd7608064.zip |
app-benchmarks/filebench: 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-benchmarks')
-rw-r--r-- | app-benchmarks/filebench/filebench-1.4.9.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/filebench/filebench-1.4.9.1-r2.ebuild b/app-benchmarks/filebench/filebench-1.4.9.1-r2.ebuild index bb66e81a640f..639f7e515210 100644 --- a/app-benchmarks/filebench/filebench-1.4.9.1-r2.ebuild +++ b/app-benchmarks/filebench/filebench-1.4.9.1-r2.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 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - sys-devel/flex + app-alternatives/lex sys-devel/bison " |