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 B7FA915820A for ; Thu, 10 Jul 2025 00:09:27 +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 A5D1A342206 for ; Thu, 10 Jul 2025 00:09:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 39CE811056A; Thu, 10 Jul 2025 00:09:02 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 335DD11056A for ; Thu, 10 Jul 2025 00:09:02 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5E55342274 for ; Thu, 10 Jul 2025 00:09:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AC762F87 for ; Thu, 10 Jul 2025 00:08:58 +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: <1752106043.92d354d9aac3d6c63287fc974c732b93e8fca56c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/calf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/calf/calf-0.90.7.ebuild X-VCS-Directories: media-plugins/calf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 92d354d9aac3d6c63287fc974c732b93e8fca56c X-VCS-Branch: master Date: Thu, 10 Jul 2025 00:08:58 +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: 0add8329-83ce-4296-9e1c-20395c6ec840 X-Archives-Hash: 9b94979048ff3cca1414902b0408ba7d commit: 92d354d9aac3d6c63287fc974c732b93e8fca56c Author: Sam James gentoo org> AuthorDate: Thu Jul 10 00:07:23 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 10 00:07:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d354d9 media-plugins/calf: Stabilize 0.90.7 amd64, #959792 Signed-off-by: Sam James gentoo.org> media-plugins/calf/calf-0.90.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/calf/calf-0.90.7.ebuild b/media-plugins/calf/calf-0.90.7.ebuild index 11cb2d71b2b1..ea6170edd077 100644 --- a/media-plugins/calf/calf-0.90.7.ebuild +++ b/media-plugins/calf/calf-0.90.7.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/calf-studio-gear/calf.git" else SRC_URI="https://github.com/calf-studio-gear/calf/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="LGPL-2.1"