diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:44:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:32 +0000 |
commit | 2cae3b520f277577c8e98feac8fcab844125942e (patch) | |
tree | 05acf02bb6c9ac448a662df12bce112d62a75e67 /app-misc/detox | |
parent | app-misc/boxes: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-2cae3b520f277577c8e98feac8fcab844125942e.tar.gz gentoo-2cae3b520f277577c8e98feac8fcab844125942e.tar.bz2 gentoo-2cae3b520f277577c8e98feac8fcab844125942e.zip |
app-misc/detox: 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/detox')
-rw-r--r-- | app-misc/detox/detox-1.4.2-r1.ebuild | 4 | ||||
-rw-r--r-- | app-misc/detox/detox-1.4.5-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/detox/detox-1.4.2-r1.ebuild b/app-misc/detox/detox-1.4.2-r1.ebuild index 549e71fe960c..deb21aec0944 100644 --- a/app-misc/detox/detox-1.4.2-r1.ebuild +++ b/app-misc/detox/detox-1.4.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/flex + app-alternatives/lex sys-devel/bison " diff --git a/app-misc/detox/detox-1.4.5-r1.ebuild b/app-misc/detox/detox-1.4.5-r1.ebuild index 7c7219586216..1e3968be7d64 100644 --- a/app-misc/detox/detox-1.4.5-r1.ebuild +++ b/app-misc/detox/detox-1.4.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ KEYWORDS="amd64 ~arm64 ~hppa ~mips ppc ~riscv x86 ~amd64-linux ~x86-linux" RDEPEND="!dev-python/detox" DEPEND="${RDEPEND}" BDEPEND="sys-devel/bison - sys-devel/flex" + app-alternatives/lex" src_prepare() { default |