commit: 4e39784c04617eb713dded8187f3bdc778a4be53 Author: Kenton Groombridge <concord <AT> gentoo <DOT> org> AuthorDate: Tue Jan 6 18:15:45 2026 +0000 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org> CommitDate: Tue Jan 6 18:15:45 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e39784c
net-voip/mumble: depend on soci>=4.1.2-r2 Avoid possible configure errors by depending on -r2. Previously soci would rely on automagic dependencies for its backends, but many of these were mistakenly enabled by default. If then murmur/mumble is built against soci, it would try bringing in these backends regardless of whether we want them or not. Closes: https://bugs.gentoo.org/967184 Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org> ...1.6.0_pre20250920-r1.ebuild => mumble-1.6.0_pre20250920-r2.ebuild} | 4 ++-- net-voip/mumble/mumble-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-voip/mumble/mumble-1.6.0_pre20250920-r1.ebuild b/net-voip/mumble/mumble-1.6.0_pre20250920-r2.ebuild similarity index 98% rename from net-voip/mumble/mumble-1.6.0_pre20250920-r1.ebuild rename to net-voip/mumble/mumble-1.6.0_pre20250920-r2.ebuild index d46c83867cf4..a4559593b914 100644 --- a/net-voip/mumble/mumble-1.6.0_pre20250920-r1.ebuild +++ b/net-voip/mumble/mumble-1.6.0_pre20250920-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -44,7 +44,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-cpp/cli11 - >=dev-db/soci-4.1.0[sqlite] + >=dev-db/soci-4.1.2-r2[sqlite] >=dev-libs/openssl-1.0.0b:0= dev-libs/poco:=[util,xml,zip] >=dev-libs/protobuf-2.2.0:= diff --git a/net-voip/mumble/mumble-9999.ebuild b/net-voip/mumble/mumble-9999.ebuild index d46c83867cf4..a4559593b914 100644 --- a/net-voip/mumble/mumble-9999.ebuild +++ b/net-voip/mumble/mumble-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -44,7 +44,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-cpp/cli11 - >=dev-db/soci-4.1.0[sqlite] + >=dev-db/soci-4.1.2-r2[sqlite] >=dev-libs/openssl-1.0.0b:0= dev-libs/poco:=[util,xml,zip] >=dev-libs/protobuf-2.2.0:=
