Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/ctrlp/
Date: Fri, 08 Sep 2017 21:13:32
Message-Id: 1504905160.60adc4d13e6714a30c51163a2ddca8d15531bad1.monsieurp@gentoo
1 commit: 60adc4d13e6714a30c51163a2ddca8d15531bad1
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 7 21:59:49 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 8 21:12:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60adc4d1
7
8 app-vim/ctrlp: stable for amd64+x86.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-vim/ctrlp/ctrlp-1.80.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-vim/ctrlp/ctrlp-1.80.ebuild b/app-vim/ctrlp/ctrlp-1.80.ebuild
16 index ff063edd4ed..2c42572f0e5 100644
17 --- a/app-vim/ctrlp/ctrlp-1.80.ebuild
18 +++ b/app-vim/ctrlp/ctrlp-1.80.ebuild
19 @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: fuzzy file, buffer, mru, tag, ... finder with regex sup
20 HOMEPAGE="https://github.com/ctrlpvim/ctrlp.vim"
21 SRC_URI="https://github.com/${PN}vim/${PN}.vim/archive/${PV}.tar.gz -> ${P}.tar.gz"
22 LICENSE="vim"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25
26 S="${WORKDIR}/${PN}.vim-${PV}"