summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Elbert <kcelbert@gmail.com>2019-03-30 21:05:08 -0500
committerAlice Ferrazzi <alicef@gentoo.org>2019-04-09 02:41:56 +0000
commit9cdf46e78845fbeeef00ebabed3ed08c5d71b51e (patch)
treeb85f59078ec5b2ca289ce58e852541146ec63dc2 /dev-util/idea-community/metadata.xml
parentdev-util/idea-community: Fetch the custom-jdk seperately (diff)
downloadgentoo-9cdf46e78845fbeeef00ebabed3ed08c5d71b51e.tar.gz
gentoo-9cdf46e78845fbeeef00ebabed3ed08c5d71b51e.tar.bz2
gentoo-9cdf46e78845fbeeef00ebabed3ed08c5d71b51e.zip
dev-util/idea-community: bump to 2019.1 and Split custom-jdk useflag
Upstream now offers a Java 11 based Jetbrains Runtime, while continuing to offer their Java 8 based runtime as the default download Closes: https://bugs.gentoo.org/653144 Closes: https://bugs.gentoo.org/676370 Closes: https://bugs.gentoo.org/676900 Closes: https://bugs.gentoo.org/640688 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Kyle Elbert <kcelbert@gmail.com> Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
Diffstat (limited to 'dev-util/idea-community/metadata.xml')
-rw-r--r--dev-util/idea-community/metadata.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-util/idea-community/metadata.xml b/dev-util/idea-community/metadata.xml
index 695fd92bb182..5ca8720092a6 100644
--- a/dev-util/idea-community/metadata.xml
+++ b/dev-util/idea-community/metadata.xml
@@ -10,5 +10,7 @@
</longdescription>
<use>
<flag name="custom-jdk">Install and use IntelliJ's custom JRE.</flag>
+ <flag name="jbr8">Install and use the Java 8 based version of JetBrains Runtime.</flag>
+ <flag name="jbr11">Install and use the Java 11 based version of JetBrains Runtime.</flag>
</use>
</pkgmetadata>