diff options
author | 2023-12-09 20:23:31 +0000 | |
---|---|---|
committer | 2023-12-09 20:23:31 +0000 | |
commit | 9126c85176d115bd4432ff9ee05280020c89e769 (patch) | |
tree | 287b489df59e6214e56dc2c69d7bfe512390892d /app-vim/pathogen | |
parent | app-vim/tmpl: Stabilize 0.1-r2 x86, #919638 (diff) | |
download | gentoo-9126c85176d115bd4432ff9ee05280020c89e769.tar.gz gentoo-9126c85176d115bd4432ff9ee05280020c89e769.tar.bz2 gentoo-9126c85176d115bd4432ff9ee05280020c89e769.zip |
app-vim/pathogen: Stabilize 2.4-r2 x86, #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 c59586357226..a6aa69dcb9a5 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" |