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

(-)a/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r8.ebuild (-2 / +5 lines)
Lines 13-21 Link Here
13
LICENSE="BSD"
13
LICENSE="BSD"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 s390 sh sparc x86"
15
KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 s390 sh sparc x86"
16
IUSE="ssl"
16
IUSE="libressl ssl"
17
17
18
DEPEND="ssl? ( dev-libs/openssl )"
18
DEPEND="ssl? (
19
		!libressl? ( dev-libs/openssl )
20
		libressl? ( dev-libs/libressl )
21
	)"
19
RDEPEND="${DEPEND}
22
RDEPEND="${DEPEND}
20
	virtual/inetd
23
	virtual/inetd
21
	!www-servers/publicfile"
24
	!www-servers/publicfile"

Return to bug 565390