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 DFD7E158088 for ; Sat, 25 Dec 2021 09:51:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03B392BC036; Sat, 25 Dec 2021 09:51:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 CA72B2BC032 for ; Sat, 25 Dec 2021 09:51:33 +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 F1339342F6C for ; Sat, 25 Dec 2021 09:51:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC0C5266 for ; Sat, 25 Dec 2021 09:51:29 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1640425852.c1b951dbc4bd2d0fd0a0ebd23a78005c96e41fc0.jsmolic@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.20.ebuild X-VCS-Directories: media-libs/libmpdclient/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: c1b951dbc4bd2d0fd0a0ebd23a78005c96e41fc0 X-VCS-Branch: master Date: Sat, 25 Dec 2021 09:51:29 +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: 55ab4650-6b1c-412b-9688-d10bc2a486dc X-Archives-Hash: 83fc7074ff7626a8fdda2cb7d4f151d2 commit: c1b951dbc4bd2d0fd0a0ebd23a78005c96e41fc0 Author: Jakov Smolić gentoo org> AuthorDate: Sat Dec 25 09:50:52 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Dec 25 09:50:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b951db media-libs/libmpdclient: Stabilize 2.20 x86, #829948 Signed-off-by: Jakov Smolić gentoo.org> media-libs/libmpdclient/libmpdclient-2.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libmpdclient/libmpdclient-2.20.ebuild b/media-libs/libmpdclient/libmpdclient-2.20.ebuild index dbea91ce11a1..c8c230fde744 100644 --- a/media-libs/libmpdclient/libmpdclient-2.20.ebuild +++ b/media-libs/libmpdclient/libmpdclient-2.20.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="doc examples test" RESTRICT="!test? ( test )"