summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2005-04-11 17:13:11 +0000
committerRoy Marples <uberlord@gentoo.org>2005-04-11 17:13:11 +0000
commitbabce287adb9eea17b6f9a2f7cc878767e80f223 (patch)
treed59787a51ad2345661fc81e9a89b2aaed38bec79 /www-apps
parentbugs 88267, 88354, 83789 (diff)
downloadgentoo-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')
-rw-r--r--www-apps/horde-pear/ChangeLog5
-rw-r--r--www-apps/horde-pear/horde-pear-1.3-r3.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apps/horde-pear/ChangeLog b/www-apps/horde-pear/ChangeLog
index adbca404ff37..f117456570d0 100644
--- a/www-apps/horde-pear/ChangeLog
+++ b/www-apps/horde-pear/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apps/horde-pear
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-pear/ChangeLog,v 1.10 2005/04/06 19:45:33 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-pear/ChangeLog,v 1.11 2005/04/11 17:13:11 uberlord Exp $
+
+ 11 Apr 2005; Roy Marples <uberlord@gentoo.org> horde-pear-1.3-r3.ebuild:
+ RDEPEND on dev-php/PEAR-Mail - fixes #87362
06 Apr 2005; Markus Rothe <corsair@gentoo.org> horde-pear-1.3-r3.ebuild:
Stable on ppc64
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"