diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 13:52:59 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 13:52:59 +0300 |
commit | 096af151af31db1b7d5be8cfb0a78f37836f0395 (patch) | |
tree | d91ff837d96440e9868c517ab0aa805930f5a659 /net-libs | |
parent | net-libs/pjproject: remove libressl support (diff) | |
download | gentoo-096af151af31db1b7d5be8cfb0a78f37836f0395.tar.gz gentoo-096af151af31db1b7d5be8cfb0a78f37836f0395.tar.bz2 gentoo-096af151af31db1b7d5be8cfb0a78f37836f0395.zip |
net-libs/ortp: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/ortp/ortp-0.23.0-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-libs/ortp/ortp-0.23.0-r1.ebuild b/net-libs/ortp/ortp-0.23.0-r1.ebuild index 8694c0c18b9e..a251486bbcce 100644 --- a/net-libs/ortp/ortp-0.23.0-r1.ebuild +++ b/net-libs/ortp/ortp-0.23.0-r1.ebuild @@ -11,12 +11,10 @@ SRC_URI="mirror://nongnu/linphone/${PN}/sources/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/9" KEYWORDS="~alpha amd64 arm64 ~ia64 ppc ppc64 sparc x86 ~ppc-macos ~x64-macos" -IUSE="debug doc examples ipv6 libressl minimal ntp-timestamp ssl srtp" +IUSE="debug doc examples ipv6 minimal ntp-timestamp ssl srtp" RDEPEND=" - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) ) + ssl? ( dev-libs/openssl:0= ) srtp? ( net-libs/libsrtp:0= ) " DEPEND="${RDEPEND} |