Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ortp/
Date: Sun, 02 May 2021 10:56:43
Message-Id: 1619952779.096af151af31db1b7d5be8cfb0a78f37836f0395.zlogene@gentoo
1 commit: 096af151af31db1b7d5be8cfb0a78f37836f0395
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 10:52:59 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 10:52:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=096af151
7
8 net-libs/ortp: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-libs/ortp/ortp-0.23.0-r1.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/net-libs/ortp/ortp-0.23.0-r1.ebuild b/net-libs/ortp/ortp-0.23.0-r1.ebuild
17 index 8694c0c18b9..a251486bbcc 100644
18 --- a/net-libs/ortp/ortp-0.23.0-r1.ebuild
19 +++ b/net-libs/ortp/ortp-0.23.0-r1.ebuild
20 @@ -11,12 +11,10 @@ SRC_URI="mirror://nongnu/linphone/${PN}/sources/${P}.tar.gz"
21 LICENSE="LGPL-2.1"
22 SLOT="0/9"
23 KEYWORDS="~alpha amd64 arm64 ~ia64 ppc ppc64 sparc x86 ~ppc-macos ~x64-macos"
24 -IUSE="debug doc examples ipv6 libressl minimal ntp-timestamp ssl srtp"
25 +IUSE="debug doc examples ipv6 minimal ntp-timestamp ssl srtp"
26
27 RDEPEND="
28 - ssl? (
29 - !libressl? ( dev-libs/openssl:0= )
30 - libressl? ( dev-libs/libressl:= ) )
31 + ssl? ( dev-libs/openssl:0= )
32 srtp? ( net-libs/libsrtp:0= )
33 "
34 DEPEND="${RDEPEND}