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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 851BA158046 for ; Tue, 15 Oct 2024 08:08:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79388E07EF; Tue, 15 Oct 2024 08:07:59 +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 638F8E07EF for ; Tue, 15 Oct 2024 08:07:59 +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 9EF38343016 for ; Tue, 15 Oct 2024 08:07:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E08A11DD1 for ; Tue, 15 Oct 2024 08:07:56 +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: <1728979663.48fda692473ef9f54c3b92e2e754ccdbf106f5ec.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.50.ebuild X-VCS-Directories: media-sound/ncmpc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 48fda692473ef9f54c3b92e2e754ccdbf106f5ec X-VCS-Branch: master Date: Tue, 15 Oct 2024 08:07: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: bf973af8-07e3-4c6b-9f4d-752ff8997d82 X-Archives-Hash: ef4480880305c211bb469c57e2559e0e commit: 48fda692473ef9f54c3b92e2e754ccdbf106f5ec Author: Sam James gentoo org> AuthorDate: Tue Oct 15 08:07:43 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 15 08:07:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48fda692 media-sound/ncmpc: Stabilize 0.50 ppc64, #941563 Signed-off-by: Sam James gentoo.org> media-sound/ncmpc/ncmpc-0.50.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/ncmpc/ncmpc-0.50.ebuild b/media-sound/ncmpc/ncmpc-0.50.ebuild index 06663da0a752..d7d66f111abe 100644 --- a/media-sound/ncmpc/ncmpc-0.50.ebuild +++ b/media-sound/ncmpc/ncmpc-0.50.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 )"