diff options
Diffstat (limited to 'dev-php/PEAR-HTTP_Request')
-rw-r--r-- | dev-php/PEAR-HTTP_Request/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-HTTP_Request/ChangeLog b/dev-php/PEAR-HTTP_Request/ChangeLog index 8c25d50ec8fb..2330d02eb561 100644 --- a/dev-php/PEAR-HTTP_Request/ChangeLog +++ b/dev-php/PEAR-HTTP_Request/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-HTTP_Request # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request/ChangeLog,v 1.45 2012/02/21 23:22:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request/ChangeLog,v 1.46 2012/02/24 14:38:57 phajdan.jr Exp $ + + 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + PEAR-HTTP_Request-1.4.4.ebuild: + x86 stable wrt bug #404707 21 Feb 2012; Jeroen Roovers <jer@gentoo.org> PEAR-HTTP_Request-1.4.4.ebuild: Stable for HPPA (bug #404707). diff --git a/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.4.ebuild b/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.4.ebuild index f1cc23a22613..e4e841777796 100644 --- a/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.4.ebuild +++ b/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.4.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-HTTP_Request/PEAR-HTTP_Request-1.4.4.ebuild,v 1.3 2012/02/21 23:22:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.4.ebuild,v 1.4 2012/02/24 14:38:57 phajdan.jr Exp $ inherit php-pear-r1 @@ -8,7 +8,7 @@ DESCRIPTION="Provides an easy way to perform HTTP requests" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="" RDEPEND=">=dev-php/PEAR-Net_URL-1.0.14-r1 |