diff options
author | 2024-01-08 11:46:37 +0000 | |
---|---|---|
committer | 2024-01-08 12:01:40 +0000 | |
commit | 417aa85164a2d2b5f30cca16d180d000ebd6d7db (patch) | |
tree | ab1216b0d4a2c4e936a2d52ba0281112ee80fae4 /dev-lang/srf/srf-1.0-r2.ebuild | |
parent | dev-lang/maude: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-417aa85164a2d2b5f30cca16d180d000ebd6d7db.tar.gz gentoo-417aa85164a2d2b5f30cca16d180d000ebd6d7db.tar.bz2 gentoo-417aa85164a2d2b5f30cca16d180d000ebd6d7db.zip |
dev-lang/srf: 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/srf/srf-1.0-r2.ebuild')
-rw-r--r-- | dev-lang/srf/srf-1.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/srf/srf-1.0-r2.ebuild b/dev-lang/srf/srf-1.0-r2.ebuild index 8eb267c91626..216eb11e8f3a 100644 --- a/dev-lang/srf/srf-1.0-r2.ebuild +++ b/dev-lang/srf/srf-1.0-r2.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=6 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-linux ~ppc-macos" DEPEND=" - sys-devel/flex + app-alternatives/lex app-alternatives/yacc" PATCHES=( "${FILESDIR}"/${P}-fno-common.patch ) |