diff options
author | 2014-03-05 15:34:13 +0000 | |
---|---|---|
committer | 2014-03-05 15:34:13 +0000 | |
commit | e5a3358fd785d8519556f1b8624f3aed035da4c9 (patch) | |
tree | f0df75db8e605a9a02638efd831ba63f2a4a24a9 /dev-php/PEAR-Net_LMTP | |
parent | Stable for ppc, wrt bug #495566 (diff) | |
download | gentoo-2-e5a3358fd785d8519556f1b8624f3aed035da4c9.tar.gz gentoo-2-e5a3358fd785d8519556f1b8624f3aed035da4c9.tar.bz2 gentoo-2-e5a3358fd785d8519556f1b8624f3aed035da4c9.zip |
Stable for ppc, wrt bug #495568
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-php/PEAR-Net_LMTP')
-rw-r--r-- | dev-php/PEAR-Net_LMTP/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Net_LMTP/PEAR-Net_LMTP-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_LMTP/ChangeLog b/dev-php/PEAR-Net_LMTP/ChangeLog index e83227bb1f97..7874a45ad63d 100644 --- a/dev-php/PEAR-Net_LMTP/ChangeLog +++ b/dev-php/PEAR-Net_LMTP/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Net_LMTP # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LMTP/ChangeLog,v 1.24 2014/03/02 10:41:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LMTP/ChangeLog,v 1.25 2014/03/05 15:34:13 ago Exp $ + + 05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> PEAR-Net_LMTP-1.0.2.ebuild: + Stable for ppc, wrt bug #495568 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> PEAR-Net_LMTP-1.0.2.ebuild: amd64 stable, bug #495568 diff --git a/dev-php/PEAR-Net_LMTP/PEAR-Net_LMTP-1.0.2.ebuild b/dev-php/PEAR-Net_LMTP/PEAR-Net_LMTP-1.0.2.ebuild index f5ca941647bc..755de256f19b 100644 --- a/dev-php/PEAR-Net_LMTP/PEAR-Net_LMTP-1.0.2.ebuild +++ b/dev-php/PEAR-Net_LMTP/PEAR-Net_LMTP-1.0.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_LMTP/PEAR-Net_LMTP-1.0.2.ebuild,v 1.5 2014/03/02 10:41:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LMTP/PEAR-Net_LMTP-1.0.2.ebuild,v 1.6 2014/03/05 15:34:13 ago Exp $ EAPI=5 @@ -10,6 +10,6 @@ DESCRIPTION="Provides an implementation of the RFC2033 LMTP protocol." LICENSE="PHP-2.02" SLOT="0" -KEYWORDS="~alpha amd64 hppa ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 hppa ia64 ppc ~ppc64 ~sparc x86" IUSE="" RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.6-r1" |