diff options
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/package.mask | 13 | ||||
-rw-r--r-- | profiles/prefix/package.use.mask | 1 | ||||
-rw-r--r-- | profiles/prefix/packages | 3 | ||||
-rw-r--r-- | profiles/prefix/windows/cygwin/package.use.mask | 6 |
4 files changed, 21 insertions, 2 deletions
diff --git a/profiles/prefix/package.mask b/profiles/prefix/package.mask index a5b0d5ffa135..f47f8d80b660 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,17 @@ # NOTE: Please add your entry at the top! # +# 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 +# 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 diff --git a/profiles/prefix/package.use.mask b/profiles/prefix/package.use.mask index 71cdac1f6bc0..87169c7c52c4 100644 --- a/profiles/prefix/package.use.mask +++ b/profiles/prefix/package.use.mask @@ -14,6 +14,7 @@ sys-devel/binutils cxx gold default-gold dev-db/postgresql kerberos ldap llvm pam systemd libressl net-libs/libsoup gssapi samba vala net-libs/glib-networking gnome libproxy +net-misc/wget cookie_check metalink uuid sys-apps/dbus selinux elogind systemd app-doc/doxygen clang doxysearch qt5 app-text/ghostscript-gpl cups diff --git a/profiles/prefix/packages b/profiles/prefix/packages index 02d85af783f7..bec16c0399b0 100644 --- a/profiles/prefix/packages +++ b/profiles/prefix/packages @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Prefix does not need busybox for emergency recovery, @@ -18,3 +18,4 @@ # linux only -*sys-process/procps -*sys-process/psmisc +-*sys-apps/kmod diff --git a/profiles/prefix/windows/cygwin/package.use.mask b/profiles/prefix/windows/cygwin/package.use.mask new file mode 100644 index 000000000000..a964e7ff0cf3 --- /dev/null +++ b/profiles/prefix/windows/cygwin/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Fabian Groffen <grobian@gentoo.org> (2020-08-04) +# missing keywords on deps +dev-util/ninja doc test |