Diff ranger-1.9.4-r1 with a ranger-9999
/usr/portage/app-misc/ranger/ranger-9999.ebuild 2024-12-25 14:59:47.115270040 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2025 Gentoo Authors |
|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
17 | 17 |
https://github.com/ranger/ranger/archive/v${PV}.tar.gz |
18 | 18 |
-> ${P}.gh.tar.gz |
19 | 19 |
" |
20 |
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv x86" |
|
20 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86" |
|
21 | 21 |
fi |
22 | 22 | |
23 | 23 |
DESCRIPTION="Vim-inspired file manager for the console" |
... | ... | |
28 | 28 | |
29 | 29 |
distutils_enable_tests pytest |
30 | 30 | |
31 |
PATCHES=( |
|
32 |
"${FILESDIR}"/${PN}-1.9.3-color-crash-fix.patch |
|
33 |
"${FILESDIR}"/${PN}-1.9.4-ncurses-bulkrename.patch |
|
31 |
EPYTEST_IGNORE=( |
|
32 |
tests/pylint |
|
34 | 33 |
) |
35 | 34 | |
36 | 35 |
src_prepare() { |