Install this version:
emerge -a =app-vim/vim-reduce-atoms-0.0.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-vim/vim-reduce-atoms-0.0.1
Or alternatively:
emerge --autounmask-write -a =app-vim/vim-reduce-atoms-0.0.1
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vim-plugin
DESCRIPTION="Vim plugin: reduce Portage atoms to category/package, keeping USE flags"
HOMEPAGE="https://github.com/Tatsh/vim-reduce-atoms"
SRC_URI="https://github.com/Tatsh/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
# qatom does the atom parsing.
RDEPEND="app-portage/portage-utils"
DOCS=( README.md )
VIM_PLUGIN_HELPURI="https://github.com/Tatsh/vim-reduce-atoms"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vim-reduce-atoms-0.0.1.gh.tar.gz | 1389554 bytes | https://github.com/Tatsh/vim-reduce-atoms/archive/v0.0.1.tar.gz |