diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-02-24 14:33:03 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-02-24 14:33:03 +0000 |
commit | f190c0833302f09962d8461996fe744f70e24ff6 (patch) | |
tree | 62902e558bc427745eb0764339775f5acd575912 /dev-php/PEAR-Net_IMAP | |
parent | x86 stable wrt bug #404151 (diff) | |
download | gentoo-2-f190c0833302f09962d8461996fe744f70e24ff6.tar.gz gentoo-2-f190c0833302f09962d8461996fe744f70e24ff6.tar.bz2 gentoo-2-f190c0833302f09962d8461996fe744f70e24ff6.zip |
x86 stable wrt bug #396985
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'dev-php/PEAR-Net_IMAP')
-rw-r--r-- | dev-php/PEAR-Net_IMAP/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_IMAP/ChangeLog b/dev-php/PEAR-Net_IMAP/ChangeLog index 8f0becd5e815..e41bd18c182b 100644 --- a/dev-php/PEAR-Net_IMAP/ChangeLog +++ b/dev-php/PEAR-Net_IMAP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Net_IMAP # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v 1.33 2012/02/21 23:24:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v 1.34 2012/02/24 14:33:03 phajdan.jr Exp $ + + 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + PEAR-Net_IMAP-1.1.1.ebuild: + x86 stable wrt bug #396985 21 Feb 2012; Jeroen Roovers <jer@gentoo.org> PEAR-Net_IMAP-1.1.1.ebuild: Stable for HPPA (bug #396985). diff --git a/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.1.ebuild b/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.1.ebuild index 7b725b4f8cc4..dd088a0420fe 100644 --- a/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.1.ebuild +++ b/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.1.ebuild,v 1.3 2012/02/21 23:24:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.1.ebuild,v 1.4 2012/02/24 14:33:03 phajdan.jr Exp $ EAPI="4" @@ -10,7 +10,7 @@ DESCRIPTION="Provides an implementation of the IMAP protocol." LICENSE="PHP-3.01" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="sasl" RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.8 !sasl? ( >=dev-php/PEAR-Auth_SASL-1.0.2 )" |