diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-02-25 07:49:46 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-02-25 07:56:11 +0200 |
commit | cc7da11d5aad78624e6007815f729eb7cca70efe (patch) | |
tree | a7eea1b0222242d0e934f6d9cf1bf6bd7796212b /app-editors/vis | |
parent | dev-lang/elixir: Stabilize 1.14.1 x86, #896378 (diff) | |
download | gentoo-cc7da11d5aad78624e6007815f729eb7cca70efe.tar.gz gentoo-cc7da11d5aad78624e6007815f729eb7cca70efe.tar.bz2 gentoo-cc7da11d5aad78624e6007815f729eb7cca70efe.zip |
app-editors/vis: Stabilize 0.8 x86, #896384
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors/vis')
-rw-r--r-- | app-editors/vis/vis-0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/vis/vis-0.8.ebuild b/app-editors/vis/vis-0.8.ebuild index 34f57c01387b..54d73666fa32 100644 --- a/app-editors/vis/vis-0.8.ebuild +++ b/app-editors/vis/vis-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 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" |