From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 271101581FD for ; Sat, 13 Sep 2025 07:32:32 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EF0CC341BD4 for ; Sat, 13 Sep 2025 07:32:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 10373110573; Sat, 13 Sep 2025 07:32:23 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 01BEE110571 for ; Sat, 13 Sep 2025 07:32:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2FB73417E7 for ; Sat, 13 Sep 2025 07:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D9E5398F for ; Sat, 13 Sep 2025 07:32:21 +0000 (UTC) From: "Sam James" 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" Message-ID: <1757748692.ac7f3713f863d42ee9b8e7453c2406cb4c01b88e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/live/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/live/live-2025.07.19.ebuild X-VCS-Directories: media-plugins/live/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ac7f3713f863d42ee9b8e7453c2406cb4c01b88e X-VCS-Branch: master Date: Sat, 13 Sep 2025 07:32:21 +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: dc6aa855-9d7a-4455-9b93-d37d639ec7fa X-Archives-Hash: 4b38061c4381c8032e47e51a20198c0b commit: ac7f3713f863d42ee9b8e7453c2406cb4c01b88e Author: Sam James gentoo org> AuthorDate: Sat Sep 13 07:31:32 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 13 07:31:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7f3713 media-plugins/live: Stabilize 2025.07.19 x86, #962797 Signed-off-by: Sam James gentoo.org> media-plugins/live/live-2025.07.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/live/live-2025.07.19.ebuild b/media-plugins/live/live-2025.07.19.ebuild index f00dbba78195..38a54933260d 100644 --- a/media-plugins/live/live-2025.07.19.ebuild +++ b/media-plugins/live/live-2025.07.19.ebuild @@ -18,7 +18,7 @@ LICENSE="LGPL-2.1" # follow versioning in config.linux-with-shared-libraries # SLOT="0/${libliveMedia_VERSION_CURRENT}.${libBasicUsageEnvironment_VERSION_CURRENT}.${libUsageEnvironment_VERSION_CURRENT}.${libgroupsock_VERSION_CURRENT}" SLOT="0/116.3.5.32" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" IUSE="ssl tools"