From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0FFD1382C5 for ; Wed, 14 Apr 2021 08:44:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5FF3E0BBB; Wed, 14 Apr 2021 08:44:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE5F7E0BBB for ; Wed, 14 Apr 2021 08:44:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F5A733F698 for ; Wed, 14 Apr 2021 08:44:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83703649 for ; Wed, 14 Apr 2021 08:44:11 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1618389845.8e182ac25cb1f9602a14fcae4663ab062a53efd5.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.deprecated X-VCS-Directories: profiles/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 8e182ac25cb1f9602a14fcae4663ab062a53efd5 X-VCS-Branch: master Date: Wed, 14 Apr 2021 08:44:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6caebfd1-9490-4f80-b89c-3b4abcd15bf0 X-Archives-Hash: 081db8b5f7d11f528a32d6005a6bfbb6 commit: 8e182ac25cb1f9602a14fcae4663ab062a53efd5 Author: Miroslav Šulc gentoo org> AuthorDate: Wed Apr 14 08:43:41 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Apr 14 08:44:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e182ac2 profiles/package.deprecated: java version older than 1.8 is deprecated Signed-off-by: Miroslav Šulc gentoo.org> profiles/package.deprecated | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index d3ebebe2d5a..ea56128002d 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,13 @@ #--- END OF EXAMPLES --- +# Miroslav Šulc (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. + (2020-11-20) # dev-qt/qtwebkit is in the process of being removed, tracker bug #684580 dev-qt/qtwebkit