From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1450513-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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 21901158020 for <garchives@archives.gentoo.org>; Thu, 27 Oct 2022 23:46:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F9F1E088C; Thu, 27 Oct 2022 23:46:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F0190E0886 for <gentoo-commits@lists.gentoo.org>; Thu, 27 Oct 2022 23:46:46 +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 A796F340FAC for <gentoo-commits@lists.gentoo.org>; Thu, 27 Oct 2022 23:46:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88B8B66B for <gentoo-commits@lists.gentoo.org>; Thu, 27 Oct 2022 23:46:42 +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: <1666914364.78a9fe9dcd3b1569dc5e90165782c235a9f75c67.sam@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.4.287.ebuild X-VCS-Directories: net-voip/murmur/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 78a9fe9dcd3b1569dc5e90165782c235a9f75c67 X-VCS-Branch: master Date: Thu, 27 Oct 2022 23:46:42 +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: 7a8e8ae3-3a20-4124-ac75-3cc4ed87f9a7 X-Archives-Hash: bf5972058ee44dff29cb5d0de3c5e132 commit: 78a9fe9dcd3b1569dc5e90165782c235a9f75c67 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Oct 27 23:46:04 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 27 23:46:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a9fe9d net-voip/murmur: Stabilize 1.4.287 x86, #877667 Signed-off-by: Sam James <sam <AT> gentoo.org> net-voip/murmur/murmur-1.4.287.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-voip/murmur/murmur-1.4.287.ebuild b/net-voip/murmur/murmur-1.4.287.ebuild index dd54433ffd16..3403c3b206d9 100644 --- a/net-voip/murmur/murmur-1.4.287.ebuild +++ b/net-voip/murmur/murmur-1.4.287.ebuild @@ -24,7 +24,7 @@ else https://dl.mumble.info/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}.src" fi - KEYWORDS="amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi SRC_URI+=" https://dev.gentoo.org/~concord/distfiles/mumble-1.4-openssl3.patch.xz"