diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-06-15 10:17:00 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-15 10:27:38 +0300 |
commit | 564fd959be98cd3df674afdc17746a897f94a7b4 (patch) | |
tree | 75cf12f3028f0ac6809d33a8247fdcddcd40f6b9 /net-voip | |
parent | net-voip/captagent: update DESCRIPTION, don't replicate PN (diff) | |
download | gentoo-564fd959be98cd3df674afdc17746a897f94a7b4.tar.gz gentoo-564fd959be98cd3df674afdc17746a897f94a7b4.tar.bz2 gentoo-564fd959be98cd3df674afdc17746a897f94a7b4.zip |
net-voip/captagent: add subslot binder to openssl
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/captagent/captagent-6.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-voip/captagent/captagent-6.3.1.ebuild b/net-voip/captagent/captagent-6.3.1.ebuild index 40d99e2a93f6..7addb19c0e0d 100644 --- a/net-voip/captagent/captagent-6.3.1.ebuild +++ b/net-voip/captagent/captagent-6.3.1.ebuild @@ -27,7 +27,7 @@ DEPEND="dev-libs/json-c mysql? ( dev-db/mysql-connector-c ) pcre? ( dev-libs/libpcre ) redis? ( dev-db/redis ) - ssl? ( dev-libs/openssl )" + ssl? ( dev-libs/openssl:= )" RDEPEND="${DEPEND}" src_prepare() { |