summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2014-01-26 18:39:06 +0000
committerOle Markus With <olemarkus@gentoo.org>2014-01-26 18:39:06 +0000
commit8ed05cf2484fba9aa67c4fc0bd7fded280e63711 (patch)
tree423681e49c1cfdae128e5e6899fe14e8974a052a /dev-php/PEAR-Services_Weather
parentRemoving stable keyword for sh/s390 (diff)
downloadgentoo-2-8ed05cf2484fba9aa67c4fc0bd7fded280e63711.tar.gz
gentoo-2-8ed05cf2484fba9aa67c4fc0bd7fded280e63711.tar.bz2
gentoo-2-8ed05cf2484fba9aa67c4fc0bd7fded280e63711.zip
Removing stable keyword for sh/s390
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php/PEAR-Services_Weather')
-rw-r--r--dev-php/PEAR-Services_Weather/ChangeLog8
-rw-r--r--dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.6.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-php/PEAR-Services_Weather/ChangeLog b/dev-php/PEAR-Services_Weather/ChangeLog
index 9dc67da4dba5..24b7ec1864d4 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.57 2012/08/22 14:38:57 xmw Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v 1.58 2014/01/26 18:39:06 olemarkus Exp $
+
+ 26 Jan 2014; Ole Markus With <olemarkus@gentoo.org>
+ PEAR-Services_Weather-1.4.6.ebuild:
+ Removing stable keyword for sh/s390
22 Aug 2012; Michael Weber <xmw@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 ee8871b5ed1b..041ee37fd597 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
+# Copyright 1999-2014 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.8 2012/08/22 14:38:57 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.6.ebuild,v 1.9 2014/01/26 18:39:06 olemarkus 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