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 A343515808B for ; Thu, 14 Apr 2022 19:36:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95B31E0891; Thu, 14 Apr 2022 19:36:20 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F4CCE0878 for ; Thu, 14 Apr 2022 19:36:20 +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 008813416D1 for ; Thu, 14 Apr 2022 19:36:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD2253B1 for ; Thu, 14 Apr 2022 19:36:15 +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: <1649964896.f6d8ccc409c96aa6957a914811e47119feac3f2c.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/xmms2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/xmms2/xmms2-0.8_p20201016-r2.ebuild X-VCS-Directories: media-sound/xmms2/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: f6d8ccc409c96aa6957a914811e47119feac3f2c X-VCS-Branch: master Date: Thu, 14 Apr 2022 19:36:15 +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: 33b9a997-0362-4e40-9298-b96cea1b089d X-Archives-Hash: 9fdcca50e58da54bed1b5d9d38ef0e83 commit: f6d8ccc409c96aa6957a914811e47119feac3f2c Author: Jakov Smolić gentoo org> AuthorDate: Thu Apr 14 19:34:56 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Apr 14 19:34:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d8ccc4 media-sound/xmms2: Stabilize 0.8_p20201016-r2 amd64, #838292 Signed-off-by: Jakov Smolić gentoo.org> media-sound/xmms2/xmms2-0.8_p20201016-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/xmms2/xmms2-0.8_p20201016-r2.ebuild b/media-sound/xmms2/xmms2-0.8_p20201016-r2.ebuild index 7d7a6a230952..10bc169ebe84 100644 --- a/media-sound/xmms2/xmms2-0.8_p20201016-r2.ebuild +++ b/media-sound/xmms2/xmms2-0.8_p20201016-r2.ebuild @@ -20,7 +20,7 @@ S="${WORKDIR}/${PN}-devel-${XMMS2_COMMIT}" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~riscv ~x86" +KEYWORDS="~alpha amd64 ~arm ~ppc ~riscv ~x86" # IUSE static map to be passed to --with-{optionals,plugins}=opt1,opt2,... # flag:opt = `usev flag opt`, opt = `usev opt`, :opt = `echo opt`