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 83F1E158021 for ; Sat, 15 Oct 2022 06:58:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A01B3E08CD; Sat, 15 Oct 2022 06:58:17 +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 8085AE08CD for ; Sat, 15 Oct 2022 06:58:17 +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 79B06341155 for ; Sat, 15 Oct 2022 06:58:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A3F6619 for ; Sat, 15 Oct 2022 06:58:15 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1665817092.7b51404a94e6539aec937ac2f7a87a0c2ea9d4fb.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/clementine/clementine-1.4.0_rc2.ebuild X-VCS-Directories: media-sound/clementine/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7b51404a94e6539aec937ac2f7a87a0c2ea9d4fb X-VCS-Branch: master Date: Sat, 15 Oct 2022 06:58: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: 61146c7b-e447-49f4-93e1-d4d71e65b5c3 X-Archives-Hash: 6d52cb3d4e6d54fc149b48576e735e87 commit: 7b51404a94e6539aec937ac2f7a87a0c2ea9d4fb Author: Joonas Niilola gentoo org> AuthorDate: Sat Oct 15 06:57:46 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Oct 15 06:58:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b51404a media-sound/clementine: Stabilize 1.4.0_rc2 x86, #877175 Signed-off-by: Joonas Niilola gentoo.org> media-sound/clementine/clementine-1.4.0_rc2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/clementine/clementine-1.4.0_rc2.ebuild b/media-sound/clementine/clementine-1.4.0_rc2.ebuild index c43826acfb96..6ef24287a093 100644 --- a/media-sound/clementine/clementine-1.4.0_rc2.ebuild +++ b/media-sound/clementine/clementine-1.4.0_rc2.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then else S="${WORKDIR}/Clementine-${PV/_}" SRC_URI="https://github.com/clementine-player/Clementine/archive/refs/tags/${PV/_}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 x86" fi LICENSE="GPL-3"