summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/dictd/dictd-1.13.0-r7.ebuild4
-rw-r--r--app-text/dictd/dictd-1.13.0-r8.ebuild4
-rw-r--r--app-text/dictd/dictd-1.13.1.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/app-text/dictd/dictd-1.13.0-r7.ebuild b/app-text/dictd/dictd-1.13.0-r7.ebuild
index b7384cef7736..419f67bad38d 100644
--- a/app-text/dictd/dictd-1.13.0-r7.ebuild
+++ b/app-text/dictd/dictd-1.13.0-r7.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
@@ -28,7 +28,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
>=sys-apps/gawk-3.1.6
- sys-devel/flex
+ app-alternatives/lex
app-alternatives/yacc
test? ( !~sys-apps/gawk-4.2.1 )
"
diff --git a/app-text/dictd/dictd-1.13.0-r8.ebuild b/app-text/dictd/dictd-1.13.0-r8.ebuild
index 2753eec088b5..c40a2ff00042 100644
--- a/app-text/dictd/dictd-1.13.0-r8.ebuild
+++ b/app-text/dictd/dictd-1.13.0-r8.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
@@ -28,7 +28,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
>=sys-apps/gawk-3.1.6
- sys-devel/flex
+ app-alternatives/lex
app-alternatives/yacc
test? ( !~sys-apps/gawk-4.2.1 )
"
diff --git a/app-text/dictd/dictd-1.13.1.ebuild b/app-text/dictd/dictd-1.13.1.ebuild
index 61884e005e19..8cda16a149fa 100644
--- a/app-text/dictd/dictd-1.13.1.ebuild
+++ b/app-text/dictd/dictd-1.13.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
@@ -28,7 +28,7 @@ DEPEND="${RDEPEND}"
# <gawk-3.1.6 makes tests fail.
BDEPEND="
>=sys-apps/gawk-3.1.6
- sys-devel/flex
+ app-alternatives/lex
app-alternatives/yacc
"
RDEPEND+=" selinux? ( sec-policy/selinux-dictd )"