summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-07-27 15:01:11 -0400
committerMichael Orlitzky <mjo@gentoo.org>2016-07-27 15:19:39 -0400
commitb2c8e7c84bda674d5a55ed253d2e4b429c295b16 (patch)
treea417ee74816080b72f0ca93c5fce75232d837c20 /dev-php
parentdev-php/PEAR-Net_Sieve: new revision adding missing RDEPEND dev-php/PEAR-PEAR. (diff)
downloadgentoo-b2c8e7c84bda674d5a55ed253d2e4b429c295b16.tar.gz
gentoo-b2c8e7c84bda674d5a55ed253d2e4b429c295b16.tar.bz2
gentoo-b2c8e7c84bda674d5a55ed253d2e4b429c295b16.zip
dev-php/PEAR-Net_LDAP2: new revision to add missing RDEPEND dev-php/PEAR-PEAR.
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0-r1.ebuild (renamed from dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0.ebuild b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0-r1.ebuild
index 1e51cecbc0db..ac08f357d602 100644
--- a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0.ebuild
+++ b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0-r1.ebuild
@@ -13,7 +13,8 @@ LICENSE="LGPL-2.1"
SLOT="0"
IUSE="examples test"
-RDEPEND="dev-lang/php:*[ldap]"
+RDEPEND="dev-lang/php:*[ldap]
+ dev-php/PEAR-PEAR"
DEPEND="test? ( ${RDEPEND} dev-php/phpunit )"
S="${WORKDIR}/${MY_PN}-${PV}"