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 A02AE158020 for ; Thu, 20 Oct 2022 10:52:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4B9DE08EC; Thu, 20 Oct 2022 10:52:33 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9FE1E08EC for ; Thu, 20 Oct 2022 10:52:33 +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 DF189341035 for ; Thu, 20 Oct 2022 10:52:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5129C6DC for ; Thu, 20 Oct 2022 10:52:29 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1666263123.ac261c54ff2ec8b16d4f3bb6a904da8220d9de77.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/mumble/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/mumble/mumble-1.4.287.ebuild X-VCS-Directories: net-voip/mumble/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: ac261c54ff2ec8b16d4f3bb6a904da8220d9de77 X-VCS-Branch: master Date: Thu, 20 Oct 2022 10:52:29 +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: 36a6a98c-ec08-48f3-9436-8c6d460c88cb X-Archives-Hash: a266c44f58dbab2f2a02d0ab6fd3df04 commit: ac261c54ff2ec8b16d4f3bb6a904da8220d9de77 Author: Jakov Smolić gentoo org> AuthorDate: Thu Oct 20 10:52:03 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Oct 20 10:52:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac261c54 net-voip/mumble: Stabilize 1.4.287 amd64, #877665 Signed-off-by: Jakov Smolić gentoo.org> net-voip/mumble/mumble-1.4.287.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-voip/mumble/mumble-1.4.287.ebuild b/net-voip/mumble/mumble-1.4.287.ebuild index c16a3cc2adaf..58bb301f3470 100644 --- a/net-voip/mumble/mumble-1.4.287.ebuild +++ b/net-voip/mumble/mumble-1.4.287.ebuild @@ -21,7 +21,7 @@ else SRC_URI="https://github.com/mumble-voip/mumble/releases/download/v${MY_PV}/${MY_P}.tar.gz" S="${WORKDIR}/${P}.src" fi - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" fi SRC_URI+=" https://dev.gentoo.org/~concord/distfiles/${PN}-1.4-openssl3.patch.xz"