diff options
author | 2017-11-05 13:46:16 +0000 | |
---|---|---|
committer | 2017-11-05 13:55:17 +0000 | |
commit | 8967d9df97001c8983996f74533066ca073aaee6 (patch) | |
tree | 56bc20c163273d78faa1dc3a663907bc77fe2902 /profiles | |
parent | profiles: Mask app-text/jmupdf (diff) | |
download | gentoo-8967d9df97001c8983996f74533066ca073aaee6.tar.gz gentoo-8967d9df97001c8983996f74533066ca073aaee6.tar.bz2 gentoo-8967d9df97001c8983996f74533066ca073aaee6.zip |
profiles: Mask Java 7
Java 7 is old and we are no longer able to support it. The ability to
build against Java 7 may return when we update the eclasses for Java 9
but the runtime will not return. If you need it then source ebuilds
will continue to be maintained by gnu_andrew in java-overlay for a few
years. Removal in 30 days.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 111560858ad8..cc514dcf3231 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,17 @@ #--- END OF EXAMPLES --- # James Le Cuirot <chewi@gentoo.org> (05 Nov 2017) +# Java 7 is old and we are no longer able to support it. The ability +# to build against Java 7 may return when we update the eclasses for +# Java 9 but the runtime will not return. If you need it then source +# ebuilds will continue to be maintained by gnu_andrew in java-overlay +# for a few years. Removal in 30 days. +<=dev-java/icedtea-7.2.6.11:7 +dev-java/icedtea-bin:7 +virtual/jdk:1.7 +virtual/jre:1.7 + +# James Le Cuirot <chewi@gentoo.org> (05 Nov 2017) # Upstream dead, bundles a vulnerable mupdf, nothing depends on it, # and blocks the removal of Java 7. Removal in 30 days. Bug #472832. app-text/jmupdf |