diff options
Diffstat (limited to 'dev-php/PEAR-Net_IMAP')
-rw-r--r-- | dev-php/PEAR-Net_IMAP/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_IMAP/ChangeLog b/dev-php/PEAR-Net_IMAP/ChangeLog index 845247f3dafc..55084dcf8620 100644 --- a/dev-php/PEAR-Net_IMAP/ChangeLog +++ b/dev-php/PEAR-Net_IMAP/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Net_IMAP # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v 1.46 2015/02/25 15:37:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v 1.47 2015/02/27 11:31:31 ago Exp $ + + 27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> PEAR-Net_IMAP-1.1.3.ebuild: + Stable for sparc, wrt bug #535280 25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> PEAR-Net_IMAP-1.1.3.ebuild: Stable for x86, wrt bug #535280 diff --git a/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild b/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild index 071c483008d3..781870de28ad 100644 --- a/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild +++ b/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.3.ebuild,v 1.7 2015/02/25 15:37:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild,v 1.8 2015/02/27 11:31:31 ago Exp $ EAPI=5 @@ -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 )" |