commit: cfe6316c2530c1534fb94e315eb1ccc102eae7e5 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Fri Jan 5 20:58:26 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Fri Jan 5 21:02:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe6316c
x86/package.use.mask: app-editors/neovim[remote] Fixes tree breakage introduced by commit 7ec4b117cc739c03067cfab7607c73af2c52feca due to unkeyworded dev-python/neovim-remote dependency on x86. profiles/arch/x86/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 6445d420d6a..321519c3333 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,6 +3,10 @@ # This file requires >=portage-2.1.1 +# Thomas Deutschmann <[email protected]> (05 Jan 2018) +# Requires dev-python/neovim-remote, which is not keyworded on x86. +app-editors/neovim remote + # Michał Górny <[email protected]> (30 Dec 2017) # Moved from use.mask since it is a flag local to one package: # pbbuttonsd and macbook for KDE and pbuttonsd it
