diff options
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vis/vis-0.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/vis/vis-0.8-r1.ebuild b/app-editors/vis/vis-0.8-r1.ebuild index 09bd443398c8..1ab0e4362348 100644 --- a/app-editors/vis/vis-0.8-r1.ebuild +++ b/app-editors/vis/vis-0.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ if [ "${PV}" == "9999" ]; then else SRC_URI="https://github.com/martanne/vis/releases/download/v${PV}/${P}.tar.gz test? ( https://github.com/martanne/vis-test/releases/download/v${MY_PTV}/vis-test-${MY_PTV}.tar.gz )" - KEYWORDS="~amd64 ~arm ~riscv ~x86" + KEYWORDS="~amd64 arm ~riscv ~x86" fi DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor" |