Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pathogen/
Date: Mon, 29 Feb 2016 02:51:20
Message-Id: 1456714012.880013f9cfbcfd613ede07e71f297595f22261e9.radhermit@gentoo
1 commit: 880013f9cfbcfd613ede07e71f297595f22261e9
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 29 02:46:52 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 29 02:46:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=880013f9
7
8 app-vim/pathogen: stabilize 2.4
9
10 app-vim/pathogen/pathogen-2.4.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-vim/pathogen/pathogen-2.4.ebuild b/app-vim/pathogen/pathogen-2.4.ebuild
14 index 718bb09..7129b0c 100644
15 --- a/app-vim/pathogen/pathogen-2.4.ebuild
16 +++ b/app-vim/pathogen/pathogen-2.4.ebuild
17 @@ -10,6 +10,6 @@ DESCRIPTION="vim plugin: manage your runtimepath"
18 HOMEPAGE="https://github.com/tpope/vim-pathogen/ http://www.vim.org/scripts/script.php?script_id=2332"
19 SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20 LICENSE="vim"
21 -KEYWORDS="~amd64 ~x86 ~x64-macos"
22 +KEYWORDS="amd64 x86 ~x64-macos"
23
24 S=${WORKDIR}/vim-${P}