diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-02-24 14:33:34 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-02-24 14:33:34 +0000 |
commit | eca36fe3adea9c8ce824c4b067bac780fbb05df2 (patch) | |
tree | 30673e2fd417a11f4d406211fbf76222761b73d4 /dev-php/PEAR-Net_POP3 | |
parent | Stable for amd64, wrt bug #403309 (diff) | |
download | gentoo-2-eca36fe3adea9c8ce824c4b067bac780fbb05df2.tar.gz gentoo-2-eca36fe3adea9c8ce824c4b067bac780fbb05df2.tar.bz2 gentoo-2-eca36fe3adea9c8ce824c4b067bac780fbb05df2.zip |
x86 stable wrt bug #396987
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'dev-php/PEAR-Net_POP3')
-rw-r--r-- | dev-php/PEAR-Net_POP3/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_POP3/ChangeLog b/dev-php/PEAR-Net_POP3/ChangeLog index 96ea5850bad8..f02e74d3f2d1 100644 --- a/dev-php/PEAR-Net_POP3/ChangeLog +++ b/dev-php/PEAR-Net_POP3/ChangeLog @@ -1,6 +1,10 @@ # 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.22 2012/02/21 23:23:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_POP3/ChangeLog,v 1.23 2012/02/24 14:33:34 phajdan.jr Exp $ + + 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + PEAR-Net_POP3-1.3.8.ebuild: + x86 stable wrt bug #396987 21 Feb 2012; Jeroen Roovers <jer@gentoo.org> PEAR-Net_POP3-1.3.8.ebuild: Stable for HPPA (bug #396987). 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 a912114ada4e..858bc35c85e6 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.3 2012/02/21 23:23:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.8.ebuild,v 1.4 2012/02/24 14:33:34 phajdan.jr 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 )" |