JabRef-4.0 requires the javafx use flag [1]. At this point this means
that we have to require Oracle JRE or JDK. This change switches from the
virtual/jre dependency to a more explicit dependency on Oracle's Java.
[1] https://help.jabref.org/en/FAQlinux#jabref-does-not-start-under-linux-what-can-i-do
Package-Manager: Portage-2.3.8, Repoman-2.3.3
DEPEND="app-arch/unzip"
-RDEPEND=">=virtual/jre-1.8"
+RDEPEND="
+ || ( dev-java/oracle-jre-bin:1.8[javafx]
+ dev-java/oracle-jdk-bin:1.8[javafx] )
+"
S="${WORKDIR}"