diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:51:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:23 +0000 |
commit | 034cfaf3ef543635b0ef4dea0da6b32c19b2f814 (patch) | |
tree | 3d444aef10b4f757e93a3572f4f90020eebcf70e /sci-calculators | |
parent | sci-biology/biopython: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-034cfaf3ef543635b0ef4dea0da6b32c19b2f814.tar.gz gentoo-034cfaf3ef543635b0ef4dea0da6b32c19b2f814.tar.bz2 gentoo-034cfaf3ef543635b0ef4dea0da6b32c19b2f814.zip |
sci-calculators/galculator: 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 'sci-calculators')
-rw-r--r-- | sci-calculators/galculator/galculator-2.1.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-calculators/galculator/galculator-2.1.4-r2.ebuild b/sci-calculators/galculator/galculator-2.1.4-r2.ebuild index 0afb93f584b8..6f79c78848ce 100644 --- a/sci-calculators/galculator/galculator-2.1.4-r2.ebuild +++ b/sci-calculators/galculator/galculator-2.1.4-r2.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=7 @@ -20,7 +20,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" dev-util/intltool - sys-devel/flex + app-alternatives/lex sys-devel/gettext virtual/pkgconfig" |