summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-08-02 09:55:50 +0200
committerFabian Groffen <grobian@gentoo.org>2020-08-02 09:57:55 +0200
commit68e935c1c9aa94933ec030a382950c13f89d9275 (patch)
treee0f26ac3e0c9ca450cfa5f9f7883a1674dfda42c /profiles
parentprofiles/base: mask consolekit use flag (diff)
downloadgentoo-68e935c1c9aa94933ec030a382950c13f89d9275.tar.gz
gentoo-68e935c1c9aa94933ec030a382950c13f89d9275.tar.bz2
gentoo-68e935c1c9aa94933ec030a382950c13f89d9275.zip
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/prefix/package.mask9
1 files changed, 8 insertions, 1 deletions
diff --git a/profiles/prefix/package.mask b/profiles/prefix/package.mask
index a5b0d5ffa135..0003ee995550 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