|
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 |