diff options
author | Roy Marples <uberlord@gentoo.org> | 2005-04-11 17:13:11 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2005-04-11 17:13:11 +0000 |
commit | babce287adb9eea17b6f9a2f7cc878767e80f223 (patch) | |
tree | d59787a51ad2345661fc81e9a89b2aaed38bec79 /www-apps/horde-pear/horde-pear-1.3-r3.ebuild | |
parent | bugs 88267, 88354, 83789 (diff) | |
download | gentoo-2-babce287adb9eea17b6f9a2f7cc878767e80f223.tar.gz gentoo-2-babce287adb9eea17b6f9a2f7cc878767e80f223.tar.bz2 gentoo-2-babce287adb9eea17b6f9a2f7cc878767e80f223.zip |
RDEPEND on dev-php/PEAR-Mail - fixes #87362
(Portage version: 2.0.51.19)
Diffstat (limited to 'www-apps/horde-pear/horde-pear-1.3-r3.ebuild')
-rw-r--r-- | www-apps/horde-pear/horde-pear-1.3-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www-apps/horde-pear/horde-pear-1.3-r3.ebuild b/www-apps/horde-pear/horde-pear-1.3-r3.ebuild index e3a31f20738f..f93ba2369df9 100644 --- a/www-apps/horde-pear/horde-pear-1.3-r3.ebuild +++ b/www-apps/horde-pear/horde-pear-1.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-pear/horde-pear-1.3-r3.ebuild,v 1.7 2005/04/06 19:45:33 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-pear/horde-pear-1.3-r3.ebuild,v 1.8 2005/04/11 17:13:11 uberlord Exp $ DESCRIPTION="Meta package for the PEAR packages required by Horde." HOMEPAGE="http://pear.php.net/" @@ -19,4 +19,5 @@ RDEPEND="dev-php/PEAR-Log >=dev-php/PEAR-DB-1.6.0 dev-php/PEAR-File dev-php/PEAR-Date - >=dev-php/PEAR-Services_Weather-1.3.1" + >=dev-php/PEAR-Services_Weather-1.3.1 + dev-php/PEAR-Mail" |