commit: 19b690c430cc5b621bc95df7061613aa958a6237 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> AuthorDate: Fri Jul 31 11:51:58 2020 +0000 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> CommitDate: Fri Jul 31 12:12:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b690c4
package.mask: prepare to remove virtual/wireguard Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org> profiles/package.deprecated | 7 ------- profiles/package.mask | 6 ++++++ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index a61840d2484..570197dfb56 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -89,13 +89,6 @@ x11-libs/gtkglext # bug #699796. virtual/libffi -# Jason A. Donenfeld <[email protected]> (2019-12-30) -# Directly install net-vpn/wireguard-tools and net-vpn/wireguard-modules. -# This may be accomplished by running: -# emerge -nO net-vpn/wireguard-tools net-vpn/wireguard-modules -# emerge -C virtual/wireguard -virtual/wireguard - # Michał Górny <[email protected]> (2019-12-30) # PyPy packages have been restructured, and the virtual is no longer # necessary. Depend on dev-python/pypy{,3} instead. diff --git a/profiles/package.mask b/profiles/package.mask index 6192322bc63..22ccd9912c2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,12 @@ #--- END OF EXAMPLES --- +# Jason A. Donenfeld <[email protected]> (2020-07-31) +# This package has been deprecated for 8 months now, in addition to +# loud ewarns upon every install. It is replaced with explicitly +# installing net-vpn/wireguard-tools. Removal in 7 days. +virtual/wireguard + # Michał Górny <[email protected]> (2020-07-28) # Masked for the time being due to dep on LLVM 8. Bug #720236. <=dev-ada/gps-2019-r1
