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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F283C15812D for ; Sat, 04 Jan 2025 17:07:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61CC3E07D8; Sat, 04 Jan 2025 17:07:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 463AAE07D1 for ; Sat, 04 Jan 2025 17:07:47 +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 D08673409C8 for ; Sat, 04 Jan 2025 17:07:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 681831A06 for ; Sat, 04 Jan 2025 17:07:42 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1736010444.0857cdf32d53071f7f8d6bc8c4e1c7b9d59e0a4c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-shout2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.22.12.ebuild X-VCS-Directories: media-plugins/gst-plugins-shout2/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 0857cdf32d53071f7f8d6bc8c4e1c7b9d59e0a4c X-VCS-Branch: master Date: Sat, 04 Jan 2025 17:07:42 +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: cdbf473b-98e1-4c60-a72d-098c7fffca6b X-Archives-Hash: 19e768efd8149cbff7f56cc53bcef79a commit: 0857cdf32d53071f7f8d6bc8c4e1c7b9d59e0a4c Author: Arthur Zamarin gentoo org> AuthorDate: Sat Jan 4 17:07:24 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Jan 4 17:07:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0857cdf3 media-plugins/gst-plugins-shout2: Stabilize 1.22.12 ppc, #947485 Signed-off-by: Arthur Zamarin gentoo.org> media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.22.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.22.12.ebuild b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.22.12.ebuild index efe7b72c90f9..b9da5a32d88c 100644 --- a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.22.12.ebuild +++ b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.22.12.ebuild @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good inherit gstreamer-meson DESCRIPTION="Icecast server sink plugin for GStreamer" -KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm64 ppc ppc64 ~x86" # Requires >= 2.4.3 but prefers >= 2.4.6 RDEPEND=">=media-libs/libshout-2.4.6[${MULTILIB_USEDEP}]"