From: Lars Wendler Date: Sun, 8 Jul 2018 09:04:10 +0000 (+0200) Subject: media-sound/mumble: Added rnnoise git submodule. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a4e79c344e65c68c8a5fe19ce8bb50fdc4dbc03e;p=gentoo.git media-sound/mumble: Added rnnoise git submodule. Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- diff --git a/media-sound/mumble/mumble-9999.ebuild b/media-sound/mumble/mumble-9999.ebuild index 1d787139f196..987c148d83c2 100644 --- a/media-sound/mumble/mumble-9999.ebuild +++ b/media-sound/mumble/mumble-9999.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.mumble.info" if [[ "${PV}" = 9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/mumble-voip/mumble.git" - EGIT_SUBMODULES=( '-*' celt-0.7.0-src celt-0.11.0-src themes/Mumble ) + EGIT_SUBMODULES=( '-*' celt-0.7.0-src celt-0.11.0-src themes/Mumble 3rdparty/rnnoise-src ) else MY_P="${PN}-${PV/_/~}" SRC_URI="https://mumble.info/snapshot/${MY_P}.tar.gz"