diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2010-12-27 22:07:59 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2010-12-27 22:07:59 +0000 |
commit | b341212a7742d15d16becf5679a432bc94f3bc3e (patch) | |
tree | 85689c0964ae0ab798433f37c866336242f27efd /dev-php/PEAR-Mail | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-b341212a7742d15d16becf5679a432bc94f3bc3e.tar.gz gentoo-2-b341212a7742d15d16becf5679a432bc94f3bc3e.tar.bz2 gentoo-2-b341212a7742d15d16becf5679a432bc94f3bc3e.zip |
Fixed RDEPEND line with regards to bug 349318
(Portage version: 2.1.9.25/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-php/PEAR-Mail')
-rw-r--r-- | dev-php/PEAR-Mail/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Mail/ChangeLog b/dev-php/PEAR-Mail/ChangeLog index 5d7587016419..2947c3fdaf86 100644 --- a/dev-php/PEAR-Mail/ChangeLog +++ b/dev-php/PEAR-Mail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Mail # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail/ChangeLog,v 1.46 2010/12/25 17:24:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail/ChangeLog,v 1.47 2010/12/27 22:07:59 olemarkus Exp $ + + 27 Dec 2010; <olemarkus@gentoo.org> PEAR-Mail-1.2.0.ebuild: + Fixed RDEPEND line 25 Dec 2010; Jeroen Roovers <jer@gentoo.org> PEAR-Mail-1.2.0.ebuild: Stable for HPPA (bug #294256). diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild b/dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild index 0671ab5e9a73..f56ecb979b0f 100644 --- a/dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild +++ b/dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.2.0.ebuild,v 1.6 2010/12/25 17:24:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild,v 1.7 2010/12/27 22:07:59 olemarkus Exp $ inherit php-pear-r1 @@ -11,4 +11,4 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86" IUSE="" -RDEPEND=">=dev-php/PEAR-Net_SMTP-1.2.7" +RDEPEND=">=dev-php/PEAR-Net_SMTP-1.4.1" |