From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1705982-garchives=archives.gentoo.org@lists.gentoo.org> 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 2F2B315812D for <garchives@archives.gentoo.org>; Sat, 04 Jan 2025 21:46:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49953E081E; Sat, 04 Jan 2025 21:45:58 +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 2BAB3E081E for <gentoo-commits@lists.gentoo.org>; Sat, 04 Jan 2025 21:45:58 +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 47A91340BDE for <gentoo-commits@lists.gentoo.org>; Sat, 04 Jan 2025 21:45:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E24EC1A21 for <gentoo-commits@lists.gentoo.org>; Sat, 04 Jan 2025 21:45:53 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1736026949.52916bfe9a66a58413f75d89df8cfeec7fe4ba12.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-chromaprint/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.22.12.ebuild X-VCS-Directories: media-plugins/gst-plugins-chromaprint/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 52916bfe9a66a58413f75d89df8cfeec7fe4ba12 X-VCS-Branch: master Date: Sat, 04 Jan 2025 21:45:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 367fbdca-2d3e-44af-9b7d-8c4136925b36 X-Archives-Hash: 04aa651d08111b0decadef4f68cbe8b9 commit: 52916bfe9a66a58413f75d89df8cfeec7fe4ba12 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 4 21:42:29 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 4 21:42:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52916bfe media-plugins/gst-plugins-chromaprint: Stabilize 1.22.12 x86, #947485 Signed-off-by: Sam James <sam <AT> gentoo.org> .../gst-plugins-chromaprint/gst-plugins-chromaprint-1.22.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.22.12.ebuild b/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.22.12.ebuild index c6dd2b3cf209..da8715e27035 100644 --- a/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.22.12.ebuild +++ b/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.22.12.ebuild @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad inherit gstreamer-meson DESCRIPTION="Calculate Chromaprint fingerprint from audio files for GStreamer" -KEYWORDS="~alpha amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86" RDEPEND="media-libs/chromaprint[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}"