diff options
author | Sebastian Parborg <darkdefende@gmail.com> | 2021-05-14 15:06:38 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-06-05 22:55:08 +0200 |
commit | a0fbcc2af7bbfafa2d7db5d7b724b3310655f52c (patch) | |
tree | 6491be9c728c100c823b255b40272eb61bcbb568 /media-sound/mumble | |
parent | dev-python/xdoctest: remove reference to NonexistentDeps (diff) | |
download | gentoo-a0fbcc2af7bbfafa2d7db5d7b724b3310655f52c.tar.gz gentoo-a0fbcc2af7bbfafa2d7db5d7b724b3310655f52c.tar.bz2 gentoo-a0fbcc2af7bbfafa2d7db5d7b724b3310655f52c.zip |
media-sound/mumble: Update live ebuild
Add the new "FindPythonInterpreter" submodule
Signed-off-by: Sebastian Parborg <darkdefende@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20803
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-sound/mumble')
-rw-r--r-- | media-sound/mumble/mumble-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/mumble/mumble-9999.ebuild b/media-sound/mumble/mumble-9999.ebuild index 88978a8aed86..260bec92b200 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 3rdparty/rnnoise-src ) + EGIT_SUBMODULES=( '-*' celt-0.7.0-src celt-0.11.0-src themes/Mumble 3rdparty/rnnoise-src 3rdparty/FindPythonInterpreter ) else if [[ "${PV}" == *_pre* ]] ; then SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${P}.tar.xz" |