diff options
author | 2023-02-25 07:52:20 +0200 | |
---|---|---|
committer | 2023-02-25 07:56:11 +0200 | |
commit | 38bdb4ea2a2dbd81f7311a8fffdad44df8eaf052 (patch) | |
tree | 690ca2deaf54d26aad6507f0ff65ba37e4de6f9e /app-editors/vis | |
parent | dev-lang/elixir: Stabilize 1.14.1 amd64, #896378 (diff) | |
download | gentoo-38bdb4ea2a2dbd81f7311a8fffdad44df8eaf052.tar.gz gentoo-38bdb4ea2a2dbd81f7311a8fffdad44df8eaf052.tar.bz2 gentoo-38bdb4ea2a2dbd81f7311a8fffdad44df8eaf052.zip |
app-editors/vis: Stabilize 0.8 amd64, #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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vis/vis-0.8.ebuild b/app-editors/vis/vis-0.8.ebuild index 54d73666fa32..4a01ee1e3c6e 100644 --- a/app-editors/vis/vis-0.8.ebuild +++ b/app-editors/vis/vis-0.8.ebuild @@ -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" |