diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-09 20:12:33 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-09 20:12:33 +0000 |
commit | fed7026944257725f85b97a6a5e7eeea40a77bfc (patch) | |
tree | 968b0a310e2e7a2b06420779a24964260da12bd2 /app-vim/pathogen | |
parent | app-vim/session: Stabilize 2.13.1-r1 amd64, #919637 (diff) | |
download | gentoo-fed7026944257725f85b97a6a5e7eeea40a77bfc.tar.gz gentoo-fed7026944257725f85b97a6a5e7eeea40a77bfc.tar.bz2 gentoo-fed7026944257725f85b97a6a5e7eeea40a77bfc.zip |
app-vim/pathogen: Stabilize 2.4-r2 amd64, #919639
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-vim/pathogen')
-rw-r--r-- | app-vim/pathogen/pathogen-2.4-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/pathogen/pathogen-2.4-r2.ebuild b/app-vim/pathogen/pathogen-2.4-r2.ebuild index bc7c022bf56f..c59586357226 100644 --- a/app-vim/pathogen/pathogen-2.4-r2.ebuild +++ b/app-vim/pathogen/pathogen-2.4-r2.ebuild @@ -12,4 +12,4 @@ SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar S="${WORKDIR}/vim-${P}" LICENSE="vim" -KEYWORDS="~amd64 ~x86 ~x64-macos" +KEYWORDS="amd64 ~x86 ~x64-macos" |