diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-06 20:02:39 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-06 20:02:39 +0000 |
commit | 27669e25a99dd04216b6b5c7f07b5add0dd68245 (patch) | |
tree | 93cc51b74f367cd2c1eabb9086ad86f9bb5cc7a8 /dev-php | |
parent | Cleanup (diff) | |
download | historical-27669e25a99dd04216b6b5c7f07b5add0dd68245.tar.gz historical-27669e25a99dd04216b6b5c7f07b5add0dd68245.tar.bz2 historical-27669e25a99dd04216b6b5c7f07b5add0dd68245.zip |
stable for ppc64 wrt #294256
Package-Manager: portage-2.2.0_alpha11/cvs/Linux x86_64
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Mail/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/PEAR-Mail/ChangeLog b/dev-php/PEAR-Mail/ChangeLog index 2947c3fdaf86..dc2ddf5165f0 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.47 2010/12/27 22:07:59 olemarkus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail/ChangeLog,v 1.48 2011/01/06 20:02:39 xarthisius Exp $ + + 06 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> PEAR-Mail-1.2.0.ebuild: + stable for ppc64 wrt #294256 27 Dec 2010; <olemarkus@gentoo.org> PEAR-Mail-1.2.0.ebuild: Fixed RDEPEND line 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 f56ecb979b0f..b3b1038d6823 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 +# Copyright 1999-2011 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.7 2010/12/27 22:07:59 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild,v 1.8 2011/01/06 20:02:39 xarthisius Exp $ inherit php-pear-r1 @@ -8,7 +8,7 @@ DESCRIPTION="Class that provides multiple interfaces for sending emails" LICENSE="PHP-2.02 BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ppc64 s390 sh sparc x86" IUSE="" RDEPEND=">=dev-php/PEAR-Net_SMTP-1.4.1" |