commit: 1f92c082df2840655f87fdea8d0b7dba4c652e7f Author: Joshua Kinard <kumba <AT> gentoo <DOT> org> AuthorDate: Sat Mar 28 23:17:20 2020 +0000 Commit: Joshua Kinard <kumba <AT> gentoo <DOT> org> CommitDate: Sat Mar 28 23:20:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f92c082
profiles/base/package.use.mask: mask 'ncp' USE flag net-fs/ncpfs is slated for removal in ~75 days. Mask its associated USE flag. Bug: https://bugs.gentoo.org/681820 Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 0dd1b4963d2..c00da3175d9 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Joshua Kinard <[email protected]> (2020-03-28) +# NCP support is masked pending removal of net-fs/ncpfs +# Bug #681820 +net-analyzer/hydra ncp + # Michał Górny <[email protected]> (2020-03-28) # Requires masked dev-vcs/bzr. Remove the mask if breezy is packaged # and the package is confirmed to work with it.
