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 6773A1581D0 for ; Mon, 12 Feb 2024 10:12:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54FEEE29DB; Mon, 12 Feb 2024 10:12:39 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32F7DE29DB for ; Mon, 12 Feb 2024 10:12:39 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17E9B34308C for ; Mon, 12 Feb 2024 10:12:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5914614AA for ; Mon, 12 Feb 2024 10:12:36 +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: <1707732743.59137e0172f8aeb8c4789093489f61b3b1f94772.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmpdclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmpdclient/libmpdclient-2.22.ebuild X-VCS-Directories: media-libs/libmpdclient/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 59137e0172f8aeb8c4789093489f61b3b1f94772 X-VCS-Branch: master Date: Mon, 12 Feb 2024 10:12:36 +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: 26fcf8d6-ed87-4516-9930-0fb9976df407 X-Archives-Hash: 76f5a9626e1e1a32fa55f5ceb672f7e3 commit: 59137e0172f8aeb8c4789093489f61b3b1f94772 Author: Sam James gentoo org> AuthorDate: Mon Feb 12 10:12:23 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 12 10:12:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59137e01 media-libs/libmpdclient: Stabilize 2.22 arm, #924349 Signed-off-by: Sam James gentoo.org> media-libs/libmpdclient/libmpdclient-2.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libmpdclient/libmpdclient-2.22.ebuild b/media-libs/libmpdclient/libmpdclient-2.22.ebuild index fb7c13dfe061..a038e5531ece 100644 --- a/media-libs/libmpdclient/libmpdclient-2.22.ebuild +++ b/media-libs/libmpdclient/libmpdclient-2.22.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="doc examples test" RESTRICT="!test? ( test )"