Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 565236
Collapse All | Expand All

(-)a/net-libs/ortp/ortp-0.23.0.ebuild (-3 / +6 lines)
Lines 12-21 Link Here
12
12
13
LICENSE="LGPL-2.1"
13
LICENSE="LGPL-2.1"
14
SLOT="0/9"
14
SLOT="0/9"
15
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
15
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
16
IUSE="debug doc examples ipv6 minimal ntp-timestamp ssl srtp zrtp"
16
IUSE="debug doc examples ipv6 libressl minimal ntp-timestamp ssl srtp zrtp"
17
17
18
RDEPEND="ssl? ( dev-libs/openssl:0= )
18
RDEPEND="ssl? (
19
		!libressl? ( dev-libs/openssl:0= )
20
		libressl? ( dev-libs/libressl:= )
21
	)
19
	srtp? ( net-libs/libsrtp:0= )
22
	srtp? ( net-libs/libsrtp:0= )
20
	zrtp? ( >=net-libs/libzrtpcpp-4.0.0:0= )"
23
	zrtp? ( >=net-libs/libzrtpcpp-4.0.0:0= )"
21
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}

Return to bug 565236