Install this version:
emerge -a =app-vim/powerline-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-vim/powerline-9999
Or alternatively:
emerge --autounmask-write -a =app-vim/powerline-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 |
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
#VIM_PLUGIN_VIM_VERSION="7.0"
inherit git-r3 vim-plugin
DESCRIPTION="vim plugin: The ultimate vim statusline utility."
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3881"
EGIT_REPO_URI="https://github.com/Lokaltog/vim-powerline.git"
EGIT_BRANCH=develop
LICENSE="CC-BY-SA-3.0"
VIM_PLUGIN_HELPFILES="Powerline"
src_prepare() {
rm -r .git* || die
default
}