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 B2425158089 for ; Mon, 4 Sep 2023 12:31:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4E0E2BC021; Mon, 4 Sep 2023 12:31:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D05E42BC021 for ; Mon, 4 Sep 2023 12:31:30 +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 1F756335CEE for ; Mon, 4 Sep 2023 12:31:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88FF41126 for ; Mon, 4 Sep 2023 12:31:28 +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: <1693830676.dbca35830bb2227ad7da03a78687fedb1ba51dd6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ncmpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ncmpc/ncmpc-0.49.ebuild X-VCS-Directories: media-sound/ncmpc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dbca35830bb2227ad7da03a78687fedb1ba51dd6 X-VCS-Branch: master Date: Mon, 4 Sep 2023 12:31:28 +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: 4f1026ef-cf2e-4838-967c-e11ca1517dec X-Archives-Hash: cca08d10de51ea580190869543dafaff commit: dbca35830bb2227ad7da03a78687fedb1ba51dd6 Author: Sam James gentoo org> AuthorDate: Mon Sep 4 12:31:16 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 4 12:31:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbca3583 media-sound/ncmpc: Stabilize 0.49 amd64, #913607 Signed-off-by: Sam James gentoo.org> media-sound/ncmpc/ncmpc-0.49.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/ncmpc/ncmpc-0.49.ebuild b/media-sound/ncmpc/ncmpc-0.49.ebuild index c96e3245ad0e..612cad148706 100644 --- a/media-sound/ncmpc/ncmpc-0.49.ebuild +++ b/media-sound/ncmpc/ncmpc-0.49.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~ppc ppc64 ~sparc x86" IUSE="async-connect chat-screen doc +help-screen key-screen +library-screen lirc lyrics-screen +mouse nls outputs-screen pcre search-screen +song-screen test" RESTRICT="!test? ( test )"