diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-06 19:45:55 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-06 19:45:55 +0000 |
commit | b3cdeffdf1a50101ce44914058739aff945fca16 (patch) | |
tree | 2e4ca2ab4e9b207404b5ed1b61cf7ffb038c4181 /dev-php | |
parent | Marking mock-0.6.0 ~ppc for bug 344673 (diff) | |
download | gentoo-2-b3cdeffdf1a50101ce44914058739aff945fca16.tar.gz gentoo-2-b3cdeffdf1a50101ce44914058739aff945fca16.tar.bz2 gentoo-2-b3cdeffdf1a50101ce44914058739aff945fca16.zip |
stable for ppc64 wrt #349318
(Portage version: 2.2.0_alpha11/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Net_SMTP/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.4.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-php/PEAR-Net_SMTP/ChangeLog b/dev-php/PEAR-Net_SMTP/ChangeLog index eb58ef4eac41..a7926faf714e 100644 --- a/dev-php/PEAR-Net_SMTP/ChangeLog +++ b/dev-php/PEAR-Net_SMTP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Net_SMTP -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.45 2010/12/30 18:52:49 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.46 2011/01/06 19:45:55 xarthisius Exp $ + + 06 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> + PEAR-Net_SMTP-1.4.1.ebuild: + stable for ppc64 wrt #349318 30 Dec 2010; Raúl Porcel <armin76@gentoo.org> PEAR-Net_SMTP-1.4.1.ebuild: alpha/arm/ia64/s390/sh/sparc stable diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.4.1.ebuild b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.4.1.ebuild index fdb9a382f7f8..6ceb2b2dc002 100644 --- a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.4.1.ebuild +++ b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.4.1.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-Net_SMTP/PEAR-Net_SMTP-1.4.1.ebuild,v 1.5 2010/12/30 18:52:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.4.1.ebuild,v 1.6 2011/01/06 19:45:55 xarthisius Exp $ inherit php-pear-r1 @@ -8,7 +8,7 @@ DESCRIPTION="An implementation of the SMTP protocol" LICENSE="PHP-2.02" 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="sasl" RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.7 |