diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:46:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:40 +0000 |
commit | a2c7afbf80eddacd547e6d402a8a9342e8584182 (patch) | |
tree | b8311a96ffc8fa8518684c428a23829d49c1f601 /dev-lang | |
parent | dev-lang/ispc: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-a2c7afbf80eddacd547e6d402a8a9342e8584182.tar.gz gentoo-a2c7afbf80eddacd547e6d402a8a9342e8584182.tar.bz2 gentoo-a2c7afbf80eddacd547e6d402a8a9342e8584182.zip |
dev-lang/maude: 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 'dev-lang')
-rw-r--r-- | dev-lang/maude/maude-3.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/maude/maude-3.1-r1.ebuild b/dev-lang/maude/maude-3.1-r1.ebuild index 1eb40d341405..80969a45a542 100644 --- a/dev-lang/maude/maude-3.1-r1.ebuild +++ b/dev-lang/maude/maude-3.1-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=8 @@ -27,7 +27,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="app-arch/unzip sys-devel/bison - sys-devel/flex" + app-alternatives/lex" PATCHES=( "${FILESDIR}/${PN}-2.6-search-datadir.patch" |