diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 10:42:11 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 10:42:11 +0000 |
commit | cd9671c2906a1f9c7e800178d77296001aa34ee9 (patch) | |
tree | 6804c0f7514d8d14a0cf2bdd23904546a736f5f8 /dev-php | |
parent | amd64 stable, bug #495568 (diff) | |
download | gentoo-2-cd9671c2906a1f9c7e800178d77296001aa34ee9.tar.gz gentoo-2-cd9671c2906a1f9c7e800178d77296001aa34ee9.tar.bz2 gentoo-2-cd9671c2906a1f9c7e800178d77296001aa34ee9.zip |
amd64 stable, bug #495570
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Net_SMTP/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_SMTP/ChangeLog b/dev-php/PEAR-Net_SMTP/ChangeLog index cf24f1f46809..d632e53f1d28 100644 --- a/dev-php/PEAR-Net_SMTP/ChangeLog +++ b/dev-php/PEAR-Net_SMTP/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Net_SMTP # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.63 2014/02/24 02:32:19 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.64 2014/03/02 10:42:11 pacho Exp $ + + 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> PEAR-Net_SMTP-1.6.2.ebuild: + amd64 stable, bug #495570 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> PEAR-Net_SMTP-1.6.2.ebuild: diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.2.ebuild b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.2.ebuild index 7a0319ceafb7..a0efe9b82574 100644 --- a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.2.ebuild +++ b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.6.2.ebuild,v 1.5 2014/02/24 02:32:19 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.2.ebuild,v 1.6 2014/03/02 10:42:11 pacho Exp $ EAPI=5 @@ -10,7 +10,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 |