summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/detox')
-rw-r--r--app-misc/detox/detox-1.4.2-r1.ebuild6
-rw-r--r--app-misc/detox/detox-1.4.5-r1.ebuild6
2 files changed, 6 insertions, 6 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..7b12f785ada7 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,8 +23,8 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
- sys-devel/flex
- sys-devel/bison
+ app-alternatives/lex
+ app-alternatives/yacc
"
src_prepare() {
diff --git a/app-misc/detox/detox-1.4.5-r1.ebuild b/app-misc/detox/detox-1.4.5-r1.ebuild
index 7c7219586216..6f6318d62d5f 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
@@ -18,8 +18,8 @@ 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"
+BDEPEND="app-alternatives/yacc
+ app-alternatives/lex"
src_prepare() {
default