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 20864159C9B for ; Mon, 5 Aug 2024 14:31:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 696812BC08E; Mon, 5 Aug 2024 14:31:45 +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 4ABFA2BC08E for ; Mon, 5 Aug 2024 14:31:45 +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 43263340CA7 for ; Mon, 5 Aug 2024 14:31:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EE01B96 for ; Mon, 5 Aug 2024 14:31:42 +0000 (UTC) From: "Kenton Groombridge" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kenton Groombridge" Message-ID: <1722868277.346f6b04a94b8469eab1bd015544a1f6b4cb4e97.concord@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/murmur/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/murmur/murmur-1.5.634.ebuild X-VCS-Directories: net-voip/murmur/ X-VCS-Committer: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: 346f6b04a94b8469eab1bd015544a1f6b4cb4e97 X-VCS-Branch: master Date: Mon, 5 Aug 2024 14:31: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: 6782752a-7938-4bde-a72a-9cf736779b5c X-Archives-Hash: 5771ad874ff419facb9786f7732def09 commit: 346f6b04a94b8469eab1bd015544a1f6b4cb4e97 Author: Kenton Groombridge gentoo org> AuthorDate: Mon Aug 5 14:30:12 2024 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Mon Aug 5 14:31:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=346f6b04 net-voip/murmur: stabilize 1.5.634 for amd64, x86 Signed-off-by: Kenton Groombridge gentoo.org> net-voip/murmur/murmur-1.5.634.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-voip/murmur/murmur-1.5.634.ebuild b/net-voip/murmur/murmur-1.5.634.ebuild index 10ef9e24681e..2162f57c5ffd 100644 --- a/net-voip/murmur/murmur-1.5.634.ebuild +++ b/net-voip/murmur/murmur-1.5.634.ebuild @@ -34,7 +34,7 @@ else SRC_URI="https://github.com/mumble-voip/mumble/releases/download/v${MY_PV}/${MY_P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV/_*}" fi - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="BSD"