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 4D9BD158089 for ; Thu, 7 Sep 2023 20:54:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D920E2BC089; Thu, 7 Sep 2023 20:54:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 BF7662BC089 for ; Thu, 7 Sep 2023 20:54:02 +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 D3E10335C8E for ; Thu, 7 Sep 2023 20:54:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E673110A for ; Thu, 7 Sep 2023 20:53:59 +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: <1694119965.539e59a2bb13b3f33b27cf059a8dc8a8273d543a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/slang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/slang/slang-2.3.3.ebuild X-VCS-Directories: sys-libs/slang/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 539e59a2bb13b3f33b27cf059a8dc8a8273d543a X-VCS-Branch: master Date: Thu, 7 Sep 2023 20:53:59 +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: 1497b9dd-d963-49d1-81bc-feeaa7dee5c5 X-Archives-Hash: e8d2ffafe406a7d9b0af295bc718f650 commit: 539e59a2bb13b3f33b27cf059a8dc8a8273d543a Author: Sam James gentoo org> AuthorDate: Thu Sep 7 20:52:45 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 7 20:52:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539e59a2 sys-libs/slang: Stabilize 2.3.3 arm, #913835 Signed-off-by: Sam James gentoo.org> sys-libs/slang/slang-2.3.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/slang/slang-2.3.3.ebuild b/sys-libs/slang/slang-2.3.3.ebuild index 489081b5fb94..8577d56ff7a8 100644 --- a/sys-libs/slang/slang-2.3.3.ebuild +++ b/sys-libs/slang/slang-2.3.3.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 @@ -15,7 +15,7 @@ if [[ ${PV} == *_pre* ]] ; then else SRC_URI="https://www.jedsoft.org/releases/${PN}/${P}.tar.bz2 https://www.jedsoft.org/releases/${PN}/old/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi LICENSE="GPL-2"