mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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:=
|
||||
@@ -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:=
|
||||
|
||||
Reference in New Issue
Block a user