diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-07-27 15:06:30 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-07-27 15:19:39 -0400 |
commit | 353347b96b4900467c61b409b34467079c3475d6 (patch) | |
tree | 9ba0dbe46cbb47e9b12117582ec44320b24d1861 /dev-php/PEAR-Net_Socket | |
parent | dev-php/PEAR-Net_LDAP2: new revision to add missing RDEPEND dev-php/PEAR-PEAR. (diff) | |
download | gentoo-353347b96b4900467c61b409b34467079c3475d6.tar.gz gentoo-353347b96b4900467c61b409b34467079c3475d6.tar.bz2 gentoo-353347b96b4900467c61b409b34467079c3475d6.zip |
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
Diffstat (limited to 'dev-php/PEAR-Net_Socket')
-rw-r--r-- | dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.14-r3.ebuild (renamed from dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.14-r2.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
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 index abd20c3bb3d8..bcfb5580f13f 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() { |