diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:48:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:51 +0000 |
commit | a3c1e87ed6a630cd0a9748b7f036816309043ea0 (patch) | |
tree | a5ae6e32af623f74c7d6a5ad4e465ea1ef87b0bf /dev-util/cvise | |
parent | dev-util/cutils: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-a3c1e87ed6a630cd0a9748b7f036816309043ea0.tar.gz gentoo-a3c1e87ed6a630cd0a9748b7f036816309043ea0.tar.bz2 gentoo-a3c1e87ed6a630cd0a9748b7f036816309043ea0.zip |
dev-util/cvise: 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/cvise')
-rw-r--r-- | dev-util/cvise/cvise-2.8.0.ebuild | 6 | ||||
-rw-r--r-- | dev-util/cvise/cvise-2.9.0.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-util/cvise/cvise-2.8.0.ebuild b/dev-util/cvise/cvise-2.8.0.ebuild index be0b1a3c6b19..51cbfc589702 100644 --- a/dev-util/cvise/cvise-2.8.0.ebuild +++ b/dev-util/cvise/cvise-2.8.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 @@ -38,11 +38,11 @@ RDEPEND=" dev-python/psutil[${PYTHON_USEDEP}] ') dev-util/unifdef - sys-devel/flex + app-alternatives/lex " BDEPEND=" ${PYTHON_DEPS} - sys-devel/flex + app-alternatives/lex test? ( $(python_gen_cond_dep ' dev-python/pebble[${PYTHON_USEDEP}] diff --git a/dev-util/cvise/cvise-2.9.0.ebuild b/dev-util/cvise/cvise-2.9.0.ebuild index 4050d29d2d50..624905d68c72 100644 --- a/dev-util/cvise/cvise-2.9.0.ebuild +++ b/dev-util/cvise/cvise-2.9.0.ebuild @@ -39,11 +39,11 @@ RDEPEND=" dev-python/psutil[${PYTHON_USEDEP}] ') dev-util/unifdef - sys-devel/flex + app-alternatives/lex " BDEPEND=" ${PYTHON_DEPS} - sys-devel/flex + app-alternatives/lex test? ( $(python_gen_cond_dep ' dev-python/pebble[${PYTHON_USEDEP}] |