diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:06:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:24:41 +0000 |
commit | f282eb34376873dd7cf64fb5b4a5119dfe4d8e0e (patch) | |
tree | 49ef1c83917e9a6ff2e14daac1464f7957d88ed4 /dev-java | |
parent | dev-games/libnw: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-f282eb34376873dd7cf64fb5b4a5119dfe4d8e0e.tar.gz gentoo-f282eb34376873dd7cf64fb5b4a5119dfe4d8e0e.tar.bz2 gentoo-f282eb34376873dd7cf64fb5b4a5119dfe4d8e0e.zip |
dev-java/openjfx: sys-devel/bison -> app-alternatives/yacc
All of these will be using app-alternatives/yacc 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')
-rw-r--r-- | dev-java/openjfx/openjfx-8.1000-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/openjfx/openjfx-8.1000-r1.ebuild b/dev-java/openjfx/openjfx-8.1000-r1.ebuild index fc326f8d91e1..65f972f14ebe 100644 --- a/dev-java/openjfx/openjfx-8.1000-r1.ebuild +++ b/dev-java/openjfx/openjfx-8.1000-r1.ebuild @@ -35,7 +35,7 @@ DEPEND=" dev-java/openjdk:8 dev-java/stringtemplate:0 dev-java/swt:4.10[cairo,opengl] - sys-devel/bison + app-alternatives/yacc app-alternatives/lex virtual/jdk:1.8 virtual/pkgconfig |