diff options
-rw-r--r-- | dev-php/PEAR-HTTP_Request/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-HTTP_Request/ChangeLog b/dev-php/PEAR-HTTP_Request/ChangeLog index 63bf452c2731..36b9a4b6e076 100644 --- a/dev-php/PEAR-HTTP_Request/ChangeLog +++ b/dev-php/PEAR-HTTP_Request/ChangeLog @@ -1,6 +1,9 @@ # 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.48 2012/03/02 22:00:16 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request/ChangeLog,v 1.49 2012/03/05 20:58:32 maekke Exp $ + + 05 Mar 2012; Markus Meier <maekke@gentoo.org> PEAR-HTTP_Request-1.4.4.ebuild: + arm stable, bug #404707 02 Mar 2012; Brent Baude <ranger@gentoo.org> PEAR-HTTP_Request-1.4.4.ebuild: Marking PEAR-HTTP_Request-1.4.4 ppc64 for 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 922fc993da48..a721caca0f4b 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.6 2012/03/02 22:00:16 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.4.ebuild,v 1.7 2012/03/05 20:58:32 maekke 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 |