diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:52:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:29 +0000 |
commit | 658ea48ed49df80cf5ed349dd823c20891df6d0b (patch) | |
tree | 1e1f1ede6d43fdc01fedb7aeaa883756254d0afa /sys-apps | |
parent | sys-apps/dtc: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-658ea48ed49df80cf5ed349dd823c20891df6d0b.tar.gz gentoo-658ea48ed49df80cf5ed349dd823c20891df6d0b.tar.bz2 gentoo-658ea48ed49df80cf5ed349dd823c20891df6d0b.zip |
sys-apps/fbset: 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 'sys-apps')
-rw-r--r-- | sys-apps/fbset/fbset-2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/fbset/fbset-2.1.ebuild b/sys-apps/fbset/fbset-2.1.ebuild index d6fac5aa37e2..06667d71265e 100644 --- a/sys-apps/fbset/fbset-2.1.ebuild +++ b/sys-apps/fbset/fbset-2.1.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=7 @@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" IUSE="static" BDEPEND="sys-devel/bison - sys-devel/flex" + app-alternatives/lex" RDEPEND="" PATCHES=( |