diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-22 09:25:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-22 09:26:11 +0200 |
commit | 3a5f79fca12ac38b98b95f2f068aab372cdf6197 (patch) | |
tree | 6d4eda98ce200c0b7c06a3c61ecb53fdb7649f9e /profiles/prefix | |
parent | java-utils-2.eclass: Use @ECLASS_VARIABLE (diff) | |
download | gentoo-3a5f79fca12ac38b98b95f2f068aab372cdf6197.tar.gz gentoo-3a5f79fca12ac38b98b95f2f068aab372cdf6197.tar.bz2 gentoo-3a5f79fca12ac38b98b95f2f068aab372cdf6197.zip |
profiles: Resolve UnknownProfilePackage warnings
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/macos/package.mask | 4 | ||||
-rw-r--r-- | profiles/prefix/package.mask | 6 |
2 files changed, 1 insertions, 9 deletions
diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 8a9a258d382f..525d9a18e980 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -6,7 +6,3 @@ # https://github.com/vim/vim/commit/f78b52ba24d8d294869cd013dcc4cd5d4a65cea7 =app-editors/vim-8.2.5066 =app-editors/vim-core-8.2.5066 - -# Fabian Groffen <grobian@gentoo.org> (2022-01-08) -# malloc crash during install on >=11.0, bug #830425 -=dev-util/cmake-3.22.1 diff --git a/profiles/prefix/package.mask b/profiles/prefix/package.mask index 1aac924c7446..321dccb561cb 100644 --- a/profiles/prefix/package.mask +++ b/profiles/prefix/package.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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 @@ -9,10 +9,6 @@ # # Fabian Groffen <grobian@gentoo.org> (2020-08-02) -# Python 3.6 is soon going away and won't be updated for Prefix anymore. -dev-lang/python:3.6 - -# 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 |