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: Thu, 02 Mar 2017 18:21:47
Message-Id: 1488478896.1630bfe0259ed385989d2cfbb079dd38ca821594.monsieurp@gentoo
1 commit: 1630bfe0259ed385989d2cfbb079dd38ca821594
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 18:20:07 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 18:21:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1630bfe0
7
8 app-vim/ctrlp: fix S.
9
10 Gentoo-Bug: https://bugs.gentoo.org/611332
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 app-vim/ctrlp/ctrlp-1.80.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/app-vim/ctrlp/ctrlp-1.80.ebuild b/app-vim/ctrlp/ctrlp-1.80.ebuild
18 index 56ed9b50963..96645383eea 100644
19 --- a/app-vim/ctrlp/ctrlp-1.80.ebuild
20 +++ b/app-vim/ctrlp/ctrlp-1.80.ebuild
21 @@ -11,4 +11,6 @@ SRC_URI="https://github.com/${PN}vim/${PN}.vim/archive/${PV}.tar.gz -> ${P}.tar.
22 LICENSE="vim"
23 KEYWORDS="~amd64 ~x86"
24
25 +S="${WORKDIR}/${PN}.vim-${PV}"
26 +
27 VIM_PLUGIN_HELPFILES="${PN}.txt"