summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaco Kroon <jaco@uls.co.za>2022-07-19 11:45:30 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-08-04 09:37:20 +0300
commitc41ef397340f400643056a2e87a3060c1ff892e1 (patch)
treef85d6b99d2019d176d852e453a3c82acec08e167 /net-libs/pjproject
parentdev-python/pysvn: Remove old (diff)
downloadgentoo-c41ef397340f400643056a2e87a3060c1ff892e1.tar.gz
gentoo-c41ef397340f400643056a2e87a3060c1ff892e1.tar.bz2
gentoo-c41ef397340f400643056a2e87a3060c1ff892e1.zip
net-libs/pjproject: Add minimum version to libsrtp.
If you already have this successfully installed you already have a new enough libsrtp, which negates the need for a bump, fixing in-place. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/26473 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-libs/pjproject')
-rw-r--r--net-libs/pjproject/pjproject-2.12.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/pjproject/pjproject-2.12.1-r1.ebuild b/net-libs/pjproject/pjproject-2.12.1-r1.ebuild
index bbf767978443..e93be1690889 100644
--- a/net-libs/pjproject/pjproject-2.12.1-r1.ebuild
+++ b/net-libs/pjproject/pjproject-2.12.1-r1.ebuild
@@ -22,7 +22,7 @@ IUSE="amr debug epoll examples opus resample silk ssl static-libs webrtc
${VIDEO_FLAGS}
${SOUND_FLAGS}"
-RDEPEND="net-libs/libsrtp:=
+RDEPEND=">=net-libs/libsrtp-2.3.0:=
alsa? ( media-libs/alsa-lib )
amr? ( media-libs/opencore-amr )
ffmpeg? ( media-video/ffmpeg:= )