summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:43:19 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:01:27 +0000
commitf93c8282179132b96017ce0fecb495fee37b7db4 (patch)
tree47cdffd6182dd58d89dab7f6407571454ca237db /app-arch/dpkg/dpkg-1.21.19.ebuild
parentapp-admin/syslog-ng: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-f93c8282179132b96017ce0fecb495fee37b7db4.tar.gz
gentoo-f93c8282179132b96017ce0fecb495fee37b7db4.tar.bz2
gentoo-f93c8282179132b96017ce0fecb495fee37b7db4.zip
app-arch/dpkg: 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-arch/dpkg/dpkg-1.21.19.ebuild')
-rw-r--r--app-arch/dpkg/dpkg-1.21.19.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/dpkg/dpkg-1.21.19.ebuild b/app-arch/dpkg/dpkg-1.21.19.ebuild
index 1e8d1390623c..6a1d79854236 100644
--- a/app-arch/dpkg/dpkg-1.21.19.ebuild
+++ b/app-arch/dpkg/dpkg-1.21.19.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
@@ -38,7 +38,7 @@ DEPEND="
)
"
BDEPEND="
- sys-devel/flex
+ app-alternatives/lex
nls? (
app-text/po4a
>=sys-devel/gettext-0.18.2