Сравнение airline-0.11 с airline-9999

/usr/portage/app-vim/airline/airline-9999.ebuild 2026-09-22 20:03:04.771823514 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit vim-plugin
7 7

  
......
9 9
	MY_PN=vim-${PN}
10 10
	MY_P=${MY_PN}-${PV}
11 11
	SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
12
	KEYWORDS="amd64 x86"
12
	KEYWORDS="~amd64 ~x86"
13 13
	S=${WORKDIR}/${MY_P}
14 14
else
15 15
	inherit git-r3
......
22 22
VIM_PLUGIN_HELPFILES="${PN}.txt"
23 23

  
24 24
DOCS=( CHANGELOG.md README.md )
25

  
26
src_prepare() {
27
	default
28

  
29
	# remove test dir
30
	rm -r t || die
31
}
Спасибо!