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 EBDA4158020 for ; Sun, 6 Nov 2022 03:18:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DF97E0769; Sun, 6 Nov 2022 03:17:58 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80E46E0769 for ; Sun, 6 Nov 2022 03:17:58 +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 9A7E834109E for ; Sun, 6 Nov 2022 03:17:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23E1C609 for ; Sun, 6 Nov 2022 03:17:56 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1667704613.97a9edf5d452ed49fae828f0ebfd1accf8469c0e.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/ncurses/ncurses-6.3_p20220924-r10.ebuild X-VCS-Directories: sys-libs/ncurses/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 97a9edf5d452ed49fae828f0ebfd1accf8469c0e X-VCS-Branch: master Date: Sun, 6 Nov 2022 03:17:56 +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: 2e9a81a5-a2fd-43e6-ad8d-8b53ce394a16 X-Archives-Hash: e69682e4ede2afea2c223695b014ca39 commit: 97a9edf5d452ed49fae828f0ebfd1accf8469c0e Author: Mike Gilbert gentoo org> AuthorDate: Sun Nov 6 03:16:02 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Nov 6 03:16:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a9edf5 sys-libs/ncurses: restore keywords for libcurses-less version This has been unkeyworded for months with only a few minor packages affected. Bug: https://bugs.gentoo.org/837812 Signed-off-by: Mike Gilbert gentoo.org> sys-libs/ncurses/ncurses-6.3_p20220924-r10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/ncurses/ncurses-6.3_p20220924-r10.ebuild b/sys-libs/ncurses/ncurses-6.3_p20220924-r10.ebuild index 223798f81039..6f5ac7abdbc6 100644 --- a/sys-libs/ncurses/ncurses-6.3_p20220924-r10.ebuild +++ b/sys-libs/ncurses/ncurses-6.3_p20220924-r10.ebuild @@ -133,7 +133,7 @@ fi LICENSE="MIT" # The subslot reflects the SONAME. SLOT="0/6" -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="ada +cxx debug doc gpm minimal profile split-usr +stack-realign static-libs test tinfo trace" RESTRICT="!test? ( test )"