diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 02:31:23 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 02:31:23 +0000 |
commit | 7e50e20e5437153d979ffb7a2fc2a736c0340c01 (patch) | |
tree | fd2a8ca752e8e58026602c4d9c4dd72d0dad5a4c /dev-php | |
parent | x86 stable wrt bug #495566 (diff) | |
download | gentoo-2-7e50e20e5437153d979ffb7a2fc2a736c0340c01.tar.gz gentoo-2-7e50e20e5437153d979ffb7a2fc2a736c0340c01.tar.bz2 gentoo-2-7e50e20e5437153d979ffb7a2fc2a736c0340c01.zip |
x86 stable wrt bug #495568
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Net_LMTP/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Net_LMTP/PEAR-Net_LMTP-1.0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_LMTP/ChangeLog b/dev-php/PEAR-Net_LMTP/ChangeLog index c18f1c999e69..949d6163ca85 100644 --- a/dev-php/PEAR-Net_LMTP/ChangeLog +++ b/dev-php/PEAR-Net_LMTP/ChangeLog @@ -1,6 +1,10 @@ # 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.22 2014/02/14 15:54:00 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LMTP/ChangeLog,v 1.23 2014/02/24 02:31:23 phajdan.jr Exp $ + + 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> + PEAR-Net_LMTP-1.0.2.ebuild: + x86 stable wrt bug #495568 14 Feb 2014; Akinori Hattori <hattya@gentoo.org> PEAR-Net_LMTP-1.0.2.ebuild: ia64 stable wrt 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 77da9d75f7a1..d37919313201 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.3 2014/02/14 15:54:00 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LMTP/PEAR-Net_LMTP-1.0.2.ebuild,v 1.4 2014/02/24 02:31:23 phajdan.jr 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" |