diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-10-08 12:05:44 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-10-08 12:05:44 +0000 |
commit | 0a0020af57a1cb29b583a98a12693497d6b590a8 (patch) | |
tree | 2d346a1328aa811b19bbf43d6a58c020f3ccdf0b /dev-php/PEAR-Mail | |
parent | Removed - deprecated (diff) | |
download | historical-0a0020af57a1cb29b583a98a12693497d6b590a8.tar.gz historical-0a0020af57a1cb29b583a98a12693497d6b590a8.tar.bz2 historical-0a0020af57a1cb29b583a98a12693497d6b590a8.zip |
Fix RDEPEND.
Package-Manager: portage-2.0.53_rc4
Diffstat (limited to 'dev-php/PEAR-Mail')
-rw-r--r-- | dev-php/PEAR-Mail/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Mail/PEAR-Mail-1.1.9.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-php/PEAR-Mail/ChangeLog b/dev-php/PEAR-Mail/ChangeLog index 38e9fa546dd0..c9f7a75158a7 100644 --- a/dev-php/PEAR-Mail/ChangeLog +++ b/dev-php/PEAR-Mail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Mail # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail/ChangeLog,v 1.14 2005/09/29 11:32:58 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail/ChangeLog,v 1.15 2005/10/08 11:23:54 sebastian Exp $ + + 08 Oct 2005; Sebastian Bergmann <sebastian@gentoo.org> + PEAR-Mail-1.1.9.ebuild: + Fix RDEPEND. *PEAR-Mail-1.1.9 (29 Sep 2005) diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.1.9.ebuild b/dev-php/PEAR-Mail/PEAR-Mail-1.1.9.ebuild index ad6319297861..4da083adaf99 100644 --- a/dev-php/PEAR-Mail/PEAR-Mail-1.1.9.ebuild +++ b/dev-php/PEAR-Mail/PEAR-Mail-1.1.9.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/dev-php/PEAR-Mail/PEAR-Mail-1.1.9.ebuild,v 1.1 2005/09/29 11:32:58 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail/PEAR-Mail-1.1.9.ebuild,v 1.2 2005/10/08 11:23:54 sebastian Exp $ inherit php-pear-r1 @@ -10,5 +10,4 @@ LICENSE="PHP" SLOT="0" KEYWORDS="~sparc ~x86" IUSE="" - -RDEPEND=">=dev-php/PEAR-Net_SMTP-1.1.0" +RDEPEND=">=dev-php/PEAR-Net_SMTP-1.2.7" |