diff options
author | Sam James <sam@gentoo.org> | 2024-02-23 06:50:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-23 06:50:16 +0000 |
commit | 6d815ec5fd51a9bf72defbf4cefc4ebb8e445152 (patch) | |
tree | 1a3a473c6d24f45fa545c1d1a13c5850bc0895fa /app-editors/vis/vis-0.8-r1.ebuild | |
parent | dev-libs/gumbo: Stabilize 0.12.1 arm, #925292 (diff) | |
download | gentoo-6d815ec5fd51a9bf72defbf4cefc4ebb8e445152.tar.gz gentoo-6d815ec5fd51a9bf72defbf4cefc4ebb8e445152.tar.bz2 gentoo-6d815ec5fd51a9bf72defbf4cefc4ebb8e445152.zip |
app-editors/vis: Stabilize 0.8-r1 arm, #925294
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/vis/vis-0.8-r1.ebuild')
-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" |