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 E840D158011 for ; Wed, 31 Aug 2022 14:52:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 290B3E085E; Wed, 31 Aug 2022 14:52:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 13274E085E for ; Wed, 31 Aug 2022 14:52:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 57846340E8C for ; Wed, 31 Aug 2022 14:52:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9812C5B5 for ; Wed, 31 Aug 2022 14:52:28 +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: <1661957495.8d0128e83710d0e0b9264b4fba0afa8969ad7d80.concord@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/mumble/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/mumble/mumble-9999.ebuild X-VCS-Directories: net-voip/mumble/ X-VCS-Committer: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: 8d0128e83710d0e0b9264b4fba0afa8969ad7d80 X-VCS-Branch: master Date: Wed, 31 Aug 2022 14:52:28 +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: e062e42f-6870-44cd-8ffa-20897bc8b699 X-Archives-Hash: 5b6e4eca8dcafb72e7540f3bb6d2e71c commit: 8d0128e83710d0e0b9264b4fba0afa8969ad7d80 Author: Kenton Groombridge gentoo org> AuthorDate: Wed Aug 31 14:48:52 2022 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Wed Aug 31 14:51:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0128e8 net-voip/mumble: update live ebuild Signed-off-by: Kenton Groombridge gentoo.org> net-voip/mumble/mumble-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-voip/mumble/mumble-9999.ebuild b/net-voip/mumble/mumble-9999.ebuild index 548fe5b1e282..b25962c96656 100644 --- a/net-voip/mumble/mumble-9999.ebuild +++ b/net-voip/mumble/mumble-9999.ebuild @@ -14,7 +14,7 @@ if [[ "${PV}" == 9999 ]] ; then EGIT_SUBMODULES=( '-*' celt-0.7.0-src celt-0.11.0-src themes/Mumble 3rdparty/rnnoise-src 3rdparty/FindPythonInterpreter 3rdparty/tracy 3rdparty/gsl ) else if [[ "${PV}" == *_pre* ]] ; then - SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${P}.tar.xz" + SRC_URI="https://dev.gentoo.org/~concord/distfiles/${P}.tar.xz" else MY_PV="${PV/_/-}" MY_P="${PN}-${MY_PV}"