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 A6E4A158094 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 510AEE09EA; Thu, 30 Jun 2022 00:40:17 +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 32E61E09EA for ; Thu, 30 Jun 2022 00:40:17 +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 5205033BE33 for ; Thu, 30 Jun 2022 00:40:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8F8451B 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: <1656549471.c27d1ce93353f4612b7f2e3c753d10bac524bf55.concord@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/urbanterror/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild X-VCS-Directories: games-fps/urbanterror/ X-VCS-Committer: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: c27d1ce93353f4612b7f2e3c753d10bac524bf55 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: a060b8f9-731b-46cd-a2d6-e2d7659f2a66 X-Archives-Hash: da63027690bba1ef9a1e020eeb4f79e1 commit: c27d1ce93353f4612b7f2e3c753d10bac524bf55 Author: Kenton Groombridge gentoo org> AuthorDate: Thu Jun 30 00:37:51 2022 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Thu Jun 30 00:37:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27d1ce9 games-fps/urbanterror: update mumble depend for pkgmove Signed-off-by: Kenton Groombridge gentoo.org> games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild b/games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild index 5a8e0c3737e8..b0041846f317 100644 --- a/games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild +++ b/games-fps/urbanterror/urbanterror-4.3.4_p20211208.ebuild @@ -36,7 +36,7 @@ PATCHES=( RDEPEND=" client? ( media-libs/libsdl2[X,sound,joystick,opengl,video] - mumble? ( media-sound/mumble:= ) + mumble? ( net-voip/mumble:= ) openal? ( media-libs/openal:= ) opus? ( media-libs/opusfile ) vorbis? ( media-libs/libvorbis )