diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
commit | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch) | |
tree | 758c221bad35c9288d0bd6df9c7dfc226728e52c /profiles/package.deprecated | |
parent | 8d5dbd847cbc704a6a06405856e94b461011afe3 (diff) |
gentoo resync : 28.04.2021
Diffstat (limited to 'profiles/package.deprecated')
-rw-r--r-- | profiles/package.deprecated | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/profiles/package.deprecated b/profiles/package.deprecated index ec0d480b70d3..81dad7e79b2a 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file specifies packages that are considered deprecated (but not @@ -17,6 +17,21 @@ #--- END OF EXAMPLES --- +# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-18) +# version older than 3 don't compile with java 1.5+ and will be removed +# slot 3.1 (versions < 3.6) are 99% compatible with slot 3.6 and should +# not be used, use slot 3.6 or newer +# see: https://bugs.gentoo.org/779472 +# https://bugs.gentoo.org/784023 +<dev-java/commons-lang-3.6 + +# Miroslav Šulc <fordfrog@gentoo.org> (2021-04-14) +# because of unmasking java 11, which does not support bytecode older +# than 1.6, those are deprecated in the ebuild. also, as the lowest +# java version we support is 1.8, the restriction is lifted even more. +<virtual/jdk-1.8 +<virtual/jre-1.8 + # Andreas Sturmlechner <asturm@gentoo.org> (2020-11-20) # dev-qt/qtwebkit is in the process of being removed, tracker bug #684580 dev-qt/qtwebkit @@ -46,12 +61,6 @@ x11-libs/gtkglext # bug #699796. virtual/libffi -# Michał Górny <mgorny@gentoo.org> (2019-12-09) -# Test coverage reporting is not useful for Gentoo ebuilds. The deps -# against coverage plugins are either entirely spurious, or the build -# systems need to be fixed to work without them. -dev-python/nosexcover - # Zac Medico <zmedico@gentoo.org> (2019-12-06) # These golang libraries should be vendored either by upstream or via # the EGO_VENDOR variable. |