commit: 353347b96b4900467c61b409b34467079c3475d6
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 19:06:30 2016 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 19:19:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353347b9
dev-php/PEAR-Net_Socket: new revision to switch pear dependencies.
The existing dev-php/pear dependency (which was better than nothing!)
makes more logical sense as dev-php/PEAR-PEAR, even though the two
packages are basically equivalent. Since dev-php/PEAR-PEAR installs
the executable that actually *needs* the things that dev-php/pear
depends on, it makes more long-term sense to move the dependencies
of dev-php/pear into dev-php/PEAR-PEAR.
Package-Manager: portage-2.2.28
...AR-Net_Socket-1.0.14-r2.ebuild => PEAR-Net_Socket-1.0.14-r3.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.14-r2.ebuild
b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.14-r3.ebuild
similarity index 92%
rename from dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.14-r2.ebuild
rename to dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.14-r3.ebuild
index abd20c3..bcfb558 100644
--- a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.14-r2.ebuild
+++ b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.14-r3.ebuild
@@ -15,7 +15,8 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
DEPEND=""
-RDEPEND="dev-lang/php:* dev-php/pear"
+RDEPEND="dev-lang/php:*
+ dev-php/PEAR-PEAR"
S="${WORKDIR}/${MY_P}"
src_install() {