Diff ctrlp-1.80_p20180418 with a ctrlp-1.80_p20180418-r1
/usr/portage/app-vim/ctrlp/ctrlp-1.80_p20180418-r1.ebuild 2023-10-09 14:52:28.908368335 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=6 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit vim-plugin vcs-snapshot |
7 | 7 | |
... | ... | |
11 | 11 |
DESCRIPTION="vim plugin: fuzzy file, buffer, mru, tag, ... finder with regex support" |
12 | 12 |
HOMEPAGE="https://github.com/ctrlpvim/ctrlp.vim" |
13 | 13 |
SRC_URI="https://github.com/${PN}vim/${PN}.vim/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" |
14 | ||
14 | 15 |
LICENSE="vim" |
15 |
KEYWORDS="amd64 x86" |
|
16 |
KEYWORDS="~amd64 ~x86" |
|
16 | 17 | |
17 | 18 |
VIM_PLUGIN_HELPFILES="${PN}.txt" |
18 | 19 |