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

(-)/usr/portage/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild (-1 / +1 lines)
Lines 22-28 Link Here
22
	>=dev-php/PEAR-HTTP_Client-1.1.0 )"
22
	>=dev-php/PEAR-HTTP_Client-1.1.0 )"
23
23
24
pkg_postinst() {
24
pkg_postinst() {
25
	if ! use minimal && ! has_version "=dev-lang/php[imap,soap]" ; then
25
	if ! use minimal && ! has_version "dev-lang/php[imap,soap]" ; then
26
		elog "${PN} can optionally use php's imap and soap features."
26
		elog "${PN} can optionally use php's imap and soap features."
27
		elog "If you want those, recompile dev-lang/php with these flags in USE."
27
		elog "If you want those, recompile dev-lang/php with these flags in USE."
28
	fi
28
	fi

Return to bug 408723