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 58B8E158094 for ; Thu, 30 Jun 2022 00:40:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C079E097C; Thu, 30 Jun 2022 00:40:17 +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 EEC89E097C for ; Thu, 30 Jun 2022 00:40:16 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3810133BEE0 for ; Thu, 30 Jun 2022 00:40:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4F6F4ED for ; Thu, 30 Jun 2022 00:40:13 +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: <1656549428.78cd98879d185145658c3dff61c9d8e522c7362c.concord@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/turtlearena/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild X-VCS-Directories: games-fps/turtlearena/ X-VCS-Committer: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: 78cd98879d185145658c3dff61c9d8e522c7362c X-VCS-Branch: master Date: Thu, 30 Jun 2022 00:40:13 +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: aa5ab8e4-c1dc-4dd8-9087-c7f2b3164845 X-Archives-Hash: 28893e609458868a03511ad21fcd952a commit: 78cd98879d185145658c3dff61c9d8e522c7362c Author: Kenton Groombridge gentoo org> AuthorDate: Thu Jun 30 00:37:08 2022 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Thu Jun 30 00:37:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78cd9887 games-fps/turtlearena: update mumble depend for pkgmove Signed-off-by: Kenton Groombridge gentoo.org> games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild b/games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild index 98472a1a41e6..11be86191560 100644 --- a/games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild +++ b/games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,7 +29,7 @@ RDEPEND=" theora? ( media-libs/libtheora ) voice? ( media-libs/speex - mumble? ( media-sound/mumble ) + mumble? ( net-voip/mumble ) ) vorbis? ( media-libs/libvorbis ) )"