diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:46:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:39 +0000 |
commit | 1d7d0b835a03282f7899807be8e3e31962431e43 (patch) | |
tree | 72c531a22cb2d9201ed1905383d6b6891b71f633 /dev-java/openjfx | |
parent | dev-games/libnw: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-1d7d0b835a03282f7899807be8e3e31962431e43.tar.gz gentoo-1d7d0b835a03282f7899807be8e3e31962431e43.tar.bz2 gentoo-1d7d0b835a03282f7899807be8e3e31962431e43.zip |
dev-java/openjfx: 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-java/openjfx')
-rw-r--r-- | dev-java/openjfx/openjfx-8.1000-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/openjfx/openjfx-8.1000-r1.ebuild b/dev-java/openjfx/openjfx-8.1000-r1.ebuild index 66e046c74241..fc326f8d91e1 100644 --- a/dev-java/openjfx/openjfx-8.1000-r1.ebuild +++ b/dev-java/openjfx/openjfx-8.1000-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -36,7 +36,7 @@ DEPEND=" dev-java/stringtemplate:0 dev-java/swt:4.10[cairo,opengl] sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/jdk:1.8 virtual/pkgconfig " |