summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:45:15 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:01:34 +0000
commit672eabe2bdce7d201ada3fb30e69cad99b3ae799 (patch)
treedcefa00b30fe9f78fbb7814c9018accf27966018 /app-text/dictd
parentapp-pda/gtkpod: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-672eabe2bdce7d201ada3fb30e69cad99b3ae799.tar.gz
gentoo-672eabe2bdce7d201ada3fb30e69cad99b3ae799.tar.bz2
gentoo-672eabe2bdce7d201ada3fb30e69cad99b3ae799.zip
app-text/dictd: 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-text/dictd')
-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 )"