diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-07-27 15:01:11 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-07-27 15:19:39 -0400 |
commit | b2c8e7c84bda674d5a55ed253d2e4b429c295b16 (patch) | |
tree | a417ee74816080b72f0ca93c5fce75232d837c20 /dev-php/PEAR-Net_LDAP2 | |
parent | dev-php/PEAR-Net_Sieve: new revision adding missing RDEPEND dev-php/PEAR-PEAR. (diff) | |
download | gentoo-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/PEAR-Net_LDAP2')
-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}" |