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@gentoo.org>
This commit is contained in:
Kenton Groombridge
2026-01-06 13:15:45 -05:00
parent 557080dcd2
commit 4e39784c04
2 changed files with 4 additions and 4 deletions

View File

@@ -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:=

View File

@@ -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:=