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 1AA3C15800A for ; Sun, 27 Aug 2023 17:19:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 513D12BC116; Sun, 27 Aug 2023 17:19:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3423A2BC116 for ; Sun, 27 Aug 2023 17:19:01 +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 7FD8E340D3B for ; Sun, 27 Aug 2023 17:19:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8746310C6 for ; Sun, 27 Aug 2023 17:18:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1693156712.123f1f2612f9cb64029291f6cba578a3e844a4de.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-vi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-vi/eselect-vi-20221122.ebuild X-VCS-Directories: app-eselect/eselect-vi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 123f1f2612f9cb64029291f6cba578a3e844a4de X-VCS-Branch: master Date: Sun, 27 Aug 2023 17:18:57 +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: e01c8fda-bef6-4203-874a-9629ff33f8e3 X-Archives-Hash: d91322a81a6668434a4f8a0f476afe4c commit: 123f1f2612f9cb64029291f6cba578a3e844a4de Author: Sam James gentoo org> AuthorDate: Sun Aug 27 17:18:32 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 27 17:18:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123f1f26 app-eselect/eselect-vi: Stabilize 20221122 ALLARCHES, #913093 Signed-off-by: Sam James gentoo.org> app-eselect/eselect-vi/eselect-vi-20221122.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-eselect/eselect-vi/eselect-vi-20221122.ebuild b/app-eselect/eselect-vi/eselect-vi-20221122.ebuild index d753c984f717..80a869db1567 100644 --- a/app-eselect/eselect-vi/eselect-vi-20221122.ebuild +++ b/app-eselect/eselect-vi/eselect-vi-20221122.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 @@ -9,6 +9,6 @@ SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND="app-admin/eselect"