Diff vis-0.8 with a vis-9999
/usr/portage/app-editors/vis/vis-9999.ebuild 2023-10-09 14:52:28.288368320 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
14 | 14 |
else |
15 | 15 |
SRC_URI="https://github.com/martanne/vis/releases/download/v${PV}/${P}.tar.gz |
16 | 16 |
test? ( https://github.com/martanne/vis-test/releases/download/v${MY_PTV}/vis-test-${MY_PTV}.tar.gz )" |
17 |
KEYWORDS="amd64 arm ~riscv x86" |
|
17 |
KEYWORDS="~amd64 ~arm ~riscv ~x86" |
|
18 | 18 |
fi |
19 | 19 | |
20 | 20 |
DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor" |