summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:44:33 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:01:32 +0000
commit4c978d29529f6096d022d91ee991dc40f718fcf6 (patch)
tree7f7bb30e2caca0c7c303529c33d65469dde1cc9b /app-misc/boxes
parentapp-forensics/aide: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-4c978d29529f6096d022d91ee991dc40f718fcf6.tar.gz
gentoo-4c978d29529f6096d022d91ee991dc40f718fcf6.tar.bz2
gentoo-4c978d29529f6096d022d91ee991dc40f718fcf6.zip
app-misc/boxes: 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/boxes')
-rw-r--r--app-misc/boxes/boxes-2.2.0.ebuild4
-rw-r--r--app-misc/boxes/boxes-2.2.1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/boxes/boxes-2.2.0.ebuild b/app-misc/boxes/boxes-2.2.0.ebuild
index cb85249bef3d..e75b5350c3a5 100644
--- a/app-misc/boxes/boxes-2.2.0.ebuild
+++ b/app-misc/boxes/boxes-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,7 +22,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
sys-devel/bison
- sys-devel/flex
+ app-alternatives/lex
test? ( app-editors/vim-core )
"
diff --git a/app-misc/boxes/boxes-2.2.1.ebuild b/app-misc/boxes/boxes-2.2.1.ebuild
index f66f965fc327..57a9dded57cf 100644
--- a/app-misc/boxes/boxes-2.2.1.ebuild
+++ b/app-misc/boxes/boxes-2.2.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
@@ -22,7 +22,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
sys-devel/bison
- sys-devel/flex
+ app-alternatives/lex
test? ( app-editors/vim-core )
"