summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2012-06-17 19:40:52 +0000
committerMarkus Meier <maekke@gentoo.org>2012-06-17 19:40:52 +0000
commit84374dd7719f8fb04ee0041e654fef6511a17350 (patch)
tree607ab023a82502c9c95d2ff78168c7b322ec977e /dev-php
parentarm stable, bug #418451 (diff)
downloadgentoo-2-84374dd7719f8fb04ee0041e654fef6511a17350.tar.gz
gentoo-2-84374dd7719f8fb04ee0041e654fef6511a17350.tar.bz2
gentoo-2-84374dd7719f8fb04ee0041e654fef6511a17350.zip
arm stable, bug #418895
(Portage version: 2.1.10.65/cvs/Linux i686)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Services_Weather/ChangeLog6
-rw-r--r--dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.6.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Services_Weather/ChangeLog b/dev-php/PEAR-Services_Weather/ChangeLog
index 82b8d46424a3..876d5d3215b7 100644
--- a/dev-php/PEAR-Services_Weather/ChangeLog
+++ b/dev-php/PEAR-Services_Weather/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Services_Weather
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v 1.51 2012/06/13 19:45:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v 1.52 2012/06/17 19:40:52 maekke Exp $
+
+ 17 Jun 2012; Markus Meier <maekke@gentoo.org>
+ PEAR-Services_Weather-1.4.6.ebuild:
+ arm stable, bug #418895
13 Jun 2012; Jeff Horelick <jdhore@gentoo.org>
PEAR-Services_Weather-1.4.6.ebuild:
diff --git a/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.6.ebuild b/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.6.ebuild
index dfd136911ed3..fcb2b841ab36 100644
--- a/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.6.ebuild
+++ b/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.6.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-Services_Weather/PEAR-Services_Weather-1.4.6.ebuild,v 1.3 2012/06/13 19:45:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.6.ebuild,v 1.4 2012/06/17 19:40:52 maekke Exp $
EAPI="4"
@@ -10,7 +10,7 @@ DESCRIPTION="This class acts as an interface to various online weather-services"
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="minimal"
RDEPEND="dev-lang/php[ctype]
>=dev-php/PEAR-HTTP_Request-1.2.4-r1