diff options
author | 2024-01-08 11:49:20 +0000 | |
---|---|---|
committer | 2024-01-08 12:01:57 +0000 | |
commit | a31c2f181aba1e0fb1bc13bdd9ab6fd3c7db00d2 (patch) | |
tree | c8e2db49ca1202f9b52b3c3b4d3f4400a08fbc10 /gnome-extra | |
parent | games-roguelike/stone-soup: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-a31c2f181aba1e0fb1bc13bdd9ab6fd3c7db00d2.tar.gz gentoo-a31c2f181aba1e0fb1bc13bdd9ab6fd3c7db00d2.tar.bz2 gentoo-a31c2f181aba1e0fb1bc13bdd9ab6fd3c7db00d2.zip |
gnome-extra/gnome-commander: 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 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild index 30e73d675e09..0fc4f2912e87 100644 --- a/gnome-extra/gnome-commander/gnome-commander-1.16.1.ebuild +++ b/gnome-extra/gnome-commander/gnome-commander-1.16.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 @@ -28,7 +28,7 @@ BDEPEND=" doc? ( app-text/yelp-tools ) dev-util/glib-utils dev-util/gtk-doc-am - sys-devel/flex + app-alternatives/lex >=sys-devel/gettext-0.19.7 virtual/pkgconfig " |