Gentoo Archives: gentoo-commits

From: Kenton Groombridge <concord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/turtlearena/
Date: Thu, 30 Jun 2022 00:40:18
Message-Id: 1656549428.78cd98879d185145658c3dff61c9d8e522c7362c.concord@gentoo
1 commit: 78cd98879d185145658c3dff61c9d8e522c7362c
2 Author: Kenton Groombridge <concord <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 00:37:08 2022 +0000
4 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 00:37:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78cd9887
7
8 games-fps/turtlearena: update mumble depend for pkgmove
9
10 Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
11
12 games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild b/games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild
16 index 98472a1a41e6..11be86191560 100644
17 --- a/games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild
18 +++ b/games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -29,7 +29,7 @@ RDEPEND="
26 theora? ( media-libs/libtheora )
27 voice? (
28 media-libs/speex
29 - mumble? ( media-sound/mumble )
30 + mumble? ( net-voip/mumble )
31 )
32 vorbis? ( media-libs/libvorbis )
33 )"