diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-21 13:44:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-21 13:44:17 +0000 |
commit | fc6ef2254126c4ae706ebec80ecbc8c47cdf4f26 (patch) | |
tree | 0e3718a94a04cb25bd07483f7b450fa8a2c32afb /dev-php/PEAR-Net_POP3 | |
parent | Stable for amd64, wrt bug #396985 (diff) | |
download | gentoo-2-fc6ef2254126c4ae706ebec80ecbc8c47cdf4f26.tar.gz gentoo-2-fc6ef2254126c4ae706ebec80ecbc8c47cdf4f26.tar.bz2 gentoo-2-fc6ef2254126c4ae706ebec80ecbc8c47cdf4f26.zip |
Stable for amd64, wrt bug #396987
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Net_POP3')
-rw-r--r-- | dev-php/PEAR-Net_POP3/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_POP3/ChangeLog b/dev-php/PEAR-Net_POP3/ChangeLog index eb9a1f4ed1c1..a6fb496dada9 100644 --- a/dev-php/PEAR-Net_POP3/ChangeLog +++ b/dev-php/PEAR-Net_POP3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Net_POP3 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_POP3/ChangeLog,v 1.20 2012/01/15 15:07:27 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_POP3/ChangeLog,v 1.21 2012/02/21 13:44:17 ago Exp $ + + 21 Feb 2012; Agostino Sarubbo <ago@gentoo.org> PEAR-Net_POP3-1.3.8.ebuild: + Stable for amd64, wrt bug #396987 *PEAR-Net_POP3-1.3.8 (15 Jan 2012) diff --git a/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.8.ebuild b/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.8.ebuild index aa706f261075..066d67e70880 100644 --- a/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.8.ebuild +++ b/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.8.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_POP3/PEAR-Net_POP3-1.3.8.ebuild,v 1.1 2012/01/15 15:07:27 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.8.ebuild,v 1.2 2012/02/21 13:44:17 ago Exp $ inherit php-pear-r1 @@ -8,7 +8,7 @@ DESCRIPTION="Provides a POP3 class to access POP3 server." LICENSE="BSD" 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.6-r1 !sasl? ( >=dev-php/PEAR-Auth_SASL-1.0.2 )" |