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

(-)a/net-ftp/pure-ftpd/pure-ftpd-1.0.40.ebuild (-2 / +5 lines)
Lines 15-21 Link Here
15
LICENSE="BSD"
15
LICENSE="BSD"
16
SLOT="0"
16
SLOT="0"
17
17
18
IUSE="anondel anonperm anonren anonres caps charconv implicittls ldap mysql noiplog pam paranoidmsg postgres resolveids selinux ssl sysquota vchroot xinetd"
18
IUSE="anondel anonperm anonren anonres caps charconv implicittls ldap libressl mysql noiplog pam paranoidmsg postgres resolveids selinux ssl sysquota vchroot xinetd"
19
19
20
REQUIRED_USE="implicittls? ( ssl )"
20
REQUIRED_USE="implicittls? ( ssl )"
21
21
Lines 25-31 Link Here
25
	mysql? ( virtual/mysql )
25
	mysql? ( virtual/mysql )
26
	pam? ( virtual/pam )
26
	pam? ( virtual/pam )
27
	postgres? ( dev-db/postgresql:= )
27
	postgres? ( dev-db/postgresql:= )
28
	ssl? ( >=dev-libs/openssl-0.9.6g:0=[-bindist] )
28
	ssl? (
29
		!libressl? ( >=dev-libs/openssl-0.9.6g:0=[-bindist] )
30
		libressl? ( dev-libs/libressl:= )
31
	)
29
	sysquota? ( sys-fs/quota[-rpc] )
32
	sysquota? ( sys-fs/quota[-rpc] )
30
	xinetd? ( virtual/inetd )"
33
	xinetd? ( virtual/inetd )"
31
34

Return to bug 565392