diff options
author | Kenton Groombridge <concord@gentoo.org> | 2022-07-01 14:41:36 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2022-07-01 14:41:36 -0400 |
commit | a2aa064c8d3623acb30590e77b021887eb0928e9 (patch) | |
tree | 2515a1b2ed5d6f115ef2688bd5dcfcee9810aec3 /net-voip | |
parent | app-admin/terraform: add 1.2.4 (diff) | |
download | gentoo-a2aa064c8d3623acb30590e77b021887eb0928e9.tar.gz gentoo-a2aa064c8d3623acb30590e77b021887eb0928e9.tar.bz2 gentoo-a2aa064c8d3623acb30590e77b021887eb0928e9.zip |
net-voip/mumble: sync live ebuild
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/mumble/mumble-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-voip/mumble/mumble-9999.ebuild b/net-voip/mumble/mumble-9999.ebuild index 009f89b12418..626701f07875 100644 --- a/net-voip/mumble/mumble-9999.ebuild +++ b/net-voip/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 3rdparty/FindPythonInterpreter 3rdparty/tracy ) + EGIT_SUBMODULES=( '-*' celt-0.7.0-src celt-0.11.0-src themes/Mumble 3rdparty/rnnoise-src 3rdparty/FindPythonInterpreter 3rdparty/tracy 3rdparty/gsl ) else if [[ "${PV}" == *_pre* ]] ; then SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${P}.tar.xz" |