diff options
Diffstat (limited to 'app-vim/ctrlp')
-rw-r--r-- | app-vim/ctrlp/ctrlp-1.80.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/ctrlp/ctrlp-1.80.ebuild b/app-vim/ctrlp/ctrlp-1.80.ebuild index ff063edd4ed1..2c42572f0e5a 100644 --- a/app-vim/ctrlp/ctrlp-1.80.ebuild +++ b/app-vim/ctrlp/ctrlp-1.80.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: fuzzy file, buffer, mru, tag, ... finder with regex sup HOMEPAGE="https://github.com/ctrlpvim/ctrlp.vim" SRC_URI="https://github.com/${PN}vim/${PN}.vim/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" S="${WORKDIR}/${PN}.vim-${PV}" |