commit: b249cb810b757ddb2bb3ed512259b2c19856b87e
Author: Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 10 14:38:55 2025 +0000
Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Wed Sep 10 14:39:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b249cb81
net-voip/mumble: update live ebuild
New dependency on dev-cpp/cli11.
Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
net-voip/mumble/mumble-9999.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net-voip/mumble/mumble-9999.ebuild
b/net-voip/mumble/mumble-9999.ebuild
index dd496aa24fc8..6c7de40d74a1 100644
--- a/net-voip/mumble/mumble-9999.ebuild
+++ b/net-voip/mumble/mumble-9999.ebuild
@@ -16,6 +16,7 @@ if [[ "${PV}" == 9999 ]] ; then
# even if these components may not be compiled in
EGIT_SUBMODULES=(
'-*'
+ 3rdparty/CLI11
3rdparty/cmake-compiler-flags
3rdparty/FindPythonInterpreter
3rdparty/flag-icons
@@ -43,6 +44,7 @@ IUSE="+alsa debug jack pipewire portaudio pulseaudio multilib
nls +rnnoise speec
RESTRICT="!test? ( test )"
RDEPEND="
+ dev-cpp/cli11
dev-cpp/ms-gsl
dev-db/soci[sqlite]
>=dev-libs/openssl-1.0.0b:0=
@@ -93,6 +95,7 @@ src_configure() {
local mycmakeargs=(
-Dalsa="$(usex alsa)"
+ -Dbundled-cli11="OFF"
-Dbundled-gsl="OFF"
-Dbundled-json="OFF"
-Dbundled-rnnoise="OFF"