Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 488472 | Differences between
and this patch

Collapse All | Expand All

(-)getmail-4.41.0.ebuild (-8 lines)
Lines 21-31 Link Here
21
21
22
	distutils-r1_python_prepare_all
22
	distutils-r1_python_prepare_all
23
}
23
}
24
25
pkg_postinst() {
26
	if ! has_version "=dev-lang/python-2*[ssl]"; then
27
		ewarn "dev-lang/python is compiled without SSL."
28
		ewarn "In order to use getmail with POP3-over-SSL or IMAP4-over-SSL"
29
		ewarn "you need to emerge dev-lang/python with the ssl USE-flag."
30
	fi
31
}

Return to bug 488472