diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:49:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:53 +0000 |
commit | cb49588a5bf75c78e0aef1a0124e8fe57c898eb3 (patch) | |
tree | 7d4a71803021d6e6408c02eb202d0a0cd9bb4615 /dev-util/perf/perf-6.3.ebuild | |
parent | dev-util/kdevelop-pg-qt: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-cb49588a5bf75c78e0aef1a0124e8fe57c898eb3.tar.gz gentoo-cb49588a5bf75c78e0aef1a0124e8fe57c898eb3.tar.bz2 gentoo-cb49588a5bf75c78e0aef1a0124e8fe57c898eb3.zip |
dev-util/perf: 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 'dev-util/perf/perf-6.3.ebuild')
-rw-r--r-- | dev-util/perf/perf-6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/perf/perf-6.3.ebuild b/dev-util/perf/perf-6.3.ebuild index e3f009470d74..07bfe1f6f31c 100644 --- a/dev-util/perf/perf-6.3.ebuild +++ b/dev-util/perf/perf-6.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=7 @@ -42,7 +42,7 @@ BDEPEND=" >=app-arch/tar-1.34-r2 dev-python/setuptools[${PYTHON_USEDEP}] sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig doc? ( app-text/asciidoc |