dev-php/PEAR-Net_SMTP: new revision to swap pear dependencies.

This package uses some PEAR classes, so it needs to depend on one of
either dev-php/pear or dev-php/PEAR-PEAR. The latter actually provides
those classes, so it makes more sense as a dependency. This commit
swaps the existing dev-php/pear for dev-php/PEAR-PEAR.

Package-Manager: portage-2.2.28
This commit is contained in:
Michael Orlitzky
2016-07-27 15:13:35 -04:00
parent 353347b96b
commit 4fc53aca8a

View File

@@ -17,7 +17,7 @@ IUSE="examples sasl"
DEPEND=""
RDEPEND="dev-lang/php:*
dev-php/PEAR-Net_Socket
dev-php/pear
dev-php/PEAR-PEAR
sasl? ( dev-php/PEAR-Auth_SASL )"
S="${WORKDIR}/${MY_P}"