diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:46:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:38 +0000 |
commit | e06b12519bcd80d6028d55c1faf39e52e8d95141 (patch) | |
tree | 4be2a448bd5c9a0501475d16e3d533e55add5232 | |
parent | dev-embedded/avrdude: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-e06b12519bcd80d6028d55c1faf39e52e8d95141.tar.gz gentoo-e06b12519bcd80d6028d55c1faf39e52e8d95141.tar.bz2 gentoo-e06b12519bcd80d6028d55c1faf39e52e8d95141.zip |
dev-embedded/gpsim: 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>
-rw-r--r-- | dev-embedded/gpsim/gpsim-0.31.0.ebuild | 4 | ||||
-rw-r--r-- | dev-embedded/gpsim/gpsim-0.32.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-embedded/gpsim/gpsim-0.31.0.ebuild b/dev-embedded/gpsim/gpsim-0.31.0.ebuild index fee6c894e86b..78da145b04fc 100644 --- a/dev-embedded/gpsim/gpsim-0.31.0.ebuild +++ b/dev-embedded/gpsim/gpsim-0.31.0.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 @@ -20,7 +20,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/flex + app-alternatives/lex virtual/pkgconfig app-alternatives/yacc " diff --git a/dev-embedded/gpsim/gpsim-0.32.1.ebuild b/dev-embedded/gpsim/gpsim-0.32.1.ebuild index 56acca154519..906cf84288a9 100644 --- a/dev-embedded/gpsim/gpsim-0.32.1.ebuild +++ b/dev-embedded/gpsim/gpsim-0.32.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 @@ -19,7 +19,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/flex + app-alternatives/lex virtual/pkgconfig app-alternatives/yacc " |