From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E44315802F for ; Sat, 25 Feb 2023 05:56:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F596E08FE; Sat, 25 Feb 2023 05:56:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CC5AE08F6 for ; Sat, 25 Feb 2023 05:56:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F1CB340F97 for ; Sat, 25 Feb 2023 05:56:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E48868C1 for ; Sat, 25 Feb 2023 05:56:13 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1677304571.38bdb4ea2a2dbd81f7311a8fffdad44df8eaf052.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vis/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/vis/vis-0.8.ebuild X-VCS-Directories: app-editors/vis/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 38bdb4ea2a2dbd81f7311a8fffdad44df8eaf052 X-VCS-Branch: master Date: Sat, 25 Feb 2023 05:56:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d4c3eb07-fdcc-4208-9824-7d67a2e9788b X-Archives-Hash: 4a4ae18d0f6033893dbda85673609327 commit: 38bdb4ea2a2dbd81f7311a8fffdad44df8eaf052 Author: Joonas Niilola gentoo org> AuthorDate: Sat Feb 25 05:52:20 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Feb 25 05:56:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bdb4ea app-editors/vis: Stabilize 0.8 amd64, #896384 Signed-off-by: Joonas Niilola gentoo.org> app-editors/vis/vis-0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"