diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:44:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:32 +0000 |
commit | ebb86bc407e11e816fe8d67518bebd7b0f9581e4 (patch) | |
tree | 486ee59788ed6937c55a2b46bc7cfb9d81ca57fa /app-misc | |
parent | app-misc/detox: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-ebb86bc407e11e816fe8d67518bebd7b0f9581e4.tar.gz gentoo-ebb86bc407e11e816fe8d67518bebd7b0f9581e4.tar.bz2 gentoo-ebb86bc407e11e816fe8d67518bebd7b0f9581e4.zip |
app-misc/jq: 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-misc')
-rw-r--r-- | app-misc/jq/jq-1.7.1.ebuild | 4 | ||||
-rw-r--r-- | app-misc/jq/jq-1.7.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/jq/jq-1.7.1.ebuild b/app-misc/jq/jq-1.7.1.ebuild index 99985e23fcbb..a85a3e2aa73f 100644 --- a/app-misc/jq/jq-1.7.1.ebuild +++ b/app-misc/jq/jq-1.7.1.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 @@ -20,7 +20,7 @@ IUSE="+oniguruma static-libs test" ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.9.3' # Keep this in sync with bundled modules/oniguruma/ DEPEND=" >=sys-devel/bison-3.0 - sys-devel/flex + app-alternatives/lex oniguruma? ( ${ONIGURUMA_MINPV}:=[static-libs?] ) " RDEPEND=" diff --git a/app-misc/jq/jq-1.7.ebuild b/app-misc/jq/jq-1.7.ebuild index e2afba51c23a..81be3fadd8dc 100644 --- a/app-misc/jq/jq-1.7.ebuild +++ b/app-misc/jq/jq-1.7.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 @@ -20,7 +20,7 @@ IUSE="+oniguruma static-libs test" ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.9.3' # Keep this in sync with bundled modules/oniguruma/ DEPEND=" >=sys-devel/bison-3.0 - sys-devel/flex + app-alternatives/lex oniguruma? ( ${ONIGURUMA_MINPV}:=[static-libs?] ) " RDEPEND=" |