From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1192882-garchives=archives.gentoo.org@lists.gentoo.org> 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 89929138359 for <garchives@archives.gentoo.org>; Sun, 2 Aug 2020 07:58:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7492E0BFC; Sun, 2 Aug 2020 07:58:01 +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 8C820E0BFC for <gentoo-commits@lists.gentoo.org>; Sun, 2 Aug 2020 07:58:01 +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 87D7E34F30E for <gentoo-commits@lists.gentoo.org>; Sun, 2 Aug 2020 07:58:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7DD62CC for <gentoo-commits@lists.gentoo.org>; Sun, 2 Aug 2020 07:57:58 +0000 (UTC) From: "Fabian Groffen" <grobian@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" <grobian@gentoo.org> Message-ID: <1596355075.68e935c1c9aa94933ec030a382950c13f89d9275.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/package.mask X-VCS-Directories: profiles/prefix/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 68e935c1c9aa94933ec030a382950c13f89d9275 X-VCS-Branch: master Date: Sun, 2 Aug 2020 07:57:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1f6c8757-1374-4cf6-ba3a-553d7f77e27a X-Archives-Hash: 473becc7ddac649fc1423acda28dd881 commit: 68e935c1c9aa94933ec030a382950c13f89d9275 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun Aug 2 07:55:50 2020 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun Aug 2 07:57:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68e935c1 profiles/prefix/package.mask: mask python:2.7 The version available in Prefix has security issues, and nothing should need it anymore. Prefix went for a while with PYTHON_TARGETS="-python2_7" so this should not be a big shock, except for that have python2 installed and still use it. Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/package.mask | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/profiles/prefix/package.mask b/profiles/prefix/package.mask index a5b0d5ffa13..0003ee99555 100644 --- a/profiles/prefix/package.mask +++ b/profiles/prefix/package.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # When you add an entry to the top of this file, add your name, the date, and @@ -8,6 +8,13 @@ # NOTE: Please add your entry at the top! # +# Fabian Groffen <grobian@gentoo.org> (2020-08-02) +# Python 2 is no longer supported +# Recent Portage releases no longer supports Python 2, and the version +# available in the Prefix tree has security issues. If you still need +# Python 2, you should really look into moving away from it. +dev-lang/python:2.7 + # Fabian Groffen <grobian@gentoo.org> (2017-04-15) # reentrant patch breaks prefix option, bug #615560 =sys-devel/flex-2.6.3-r1