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 597D5158089 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 A04312BC019; 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 8B2782BC018 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 D5B60335CEC for ; Mon, 4 Sep 2023 12:31:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7654810EF 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: <1693830675.24fa47ad8451961fab1a419d5bae459fbfd511c4.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: 24fa47ad8451961fab1a419d5bae459fbfd511c4 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: d3a0ab68-9f34-4117-8ade-59a99dc9ea7f X-Archives-Hash: 531e0f12976ba7fc993c6ca9cd195477 commit: 24fa47ad8451961fab1a419d5bae459fbfd511c4 Author: Sam James gentoo org> AuthorDate: Mon Sep 4 12:31:15 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 4 12:31:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fa47ad media-sound/ncmpc: Stabilize 0.49 x86, #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 c6d12c500ed6..c96e3245ad0e 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 )"