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

(-)a/net-ftp/frox/frox-0.7.18-r5.ebuild (-2 / +5 lines)
Lines 14-23 Link Here
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="amd64 ~ppc x86"
15
KEYWORDS="amd64 ~ppc x86"
16
16
17
IUSE="clamav ssl transparent"
17
IUSE="clamav libressl ssl transparent"
18
18
19
DEPEND="clamav? ( >=app-antivirus/clamav-0.80 )
19
DEPEND="clamav? ( >=app-antivirus/clamav-0.80 )
20
	ssl? ( dev-libs/openssl )
20
	ssl? (
21
		!libressl? ( dev-libs/openssl )
22
		libressl? ( dev-libs/libressl )
23
	)
21
	kernel_linux? ( >=sys-kernel/linux-headers-2.6 )"
24
	kernel_linux? ( >=sys-kernel/linux-headers-2.6 )"
22
RDEPEND="${DEPEND}"
25
RDEPEND="${DEPEND}"
23
26

Return to bug 565374