diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-01-09 09:11:57 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-01-09 09:13:48 -0500 |
commit | c812b66b89929807ef8d8335c8446ee7385231a3 (patch) | |
tree | 070f5e0a7b7bdf3a48452bbfcfbaec23030b1800 /dev-php | |
parent | app-arch/p7zip: Stable for HPPA (bug #582832). (diff) | |
download | gentoo-c812b66b89929807ef8d8335c8446ee7385231a3.tar.gz gentoo-c812b66b89929807ef8d8335c8446ee7385231a3.tar.bz2 gentoo-c812b66b89929807ef8d8335c8446ee7385231a3.zip |
dev-php/PEAR-Net_SmartIRC: new revision without PEAR dependency.
This package is hosted on pear.php.net, but doesn't actually use any
PEAR classes, so the new revision drops the RDEPEND on
dev-php/PEAR-PEAR.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild (renamed from dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10.ebuild b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild index 4ff22338e886..27cb31ba341b 100644 --- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10.ebuild +++ b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild @@ -17,8 +17,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc examples" -RDEPEND="dev-lang/php:* - dev-php/PEAR-PEAR" +RDEPEND="dev-lang/php:*" S="${WORKDIR}/${MY_P}" |