summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-06-30 21:43:01 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-06-30 22:19:08 -0400
commita5f6a712f47412541079e1b6ffa0be819043dd4b (patch)
treee5276857ef0592100eee257e775417aa399ebe28
parentapp-emulation/cloud-init: cleanup (diff)
downloadgentoo-a5f6a712.tar.gz
gentoo-a5f6a712.tar.bz2
gentoo-a5f6a712.zip
app-emulation/ruffle: build depend on virtual/jre
bin/java is used by core/build_playerglobal/src/lib.rs at build time since 2022-06-16 nightlies Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--app-emulation/ruffle/ruffle-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/ruffle/ruffle-9999.ebuild b/app-emulation/ruffle/ruffle-9999.ebuild
index 5acd85833586..f9d65a9786dc 100644
--- a/app-emulation/ruffle/ruffle-9999.ebuild
+++ b/app-emulation/ruffle/ruffle-9999.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
${PYTHON_DEPS}
+ virtual/jre:*
virtual/pkgconfig
>=virtual/rust-1.61"