summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-01-14 15:08:40 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-01-14 15:08:40 +0000
commit477aa1fb530cb174424d7ed26accedd6c3179a70 (patch)
treea3b6d4b24975f484a1f34008abc9e38c0f625b88
parentStable for ppc, wrt bug #495630 (diff)
downloadgentoo-2-477aa1fb530cb174424d7ed26accedd6c3179a70.tar.gz
gentoo-2-477aa1fb530cb174424d7ed26accedd6c3179a70.tar.bz2
gentoo-2-477aa1fb530cb174424d7ed26accedd6c3179a70.zip
Stable for ppc, wrt bug #490384
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
-rw-r--r--dev-python/werkzeug/ChangeLog5
-rw-r--r--dev-python/werkzeug/werkzeug-0.9.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/werkzeug/ChangeLog b/dev-python/werkzeug/ChangeLog
index f60423e564a4..a5b21f2c45dc 100644
--- a/dev-python/werkzeug/ChangeLog
+++ b/dev-python/werkzeug/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/werkzeug
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.52 2014/01/14 13:59:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.53 2014/01/14 15:08:40 ago Exp $
+
+ 14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> werkzeug-0.9.4.ebuild:
+ Stable for ppc, wrt bug #490384
14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> werkzeug-0.9.4.ebuild:
Stable for x86, wrt bug #490384
diff --git a/dev-python/werkzeug/werkzeug-0.9.4.ebuild b/dev-python/werkzeug/werkzeug-0.9.4.ebuild
index 18fb67c3206c..307e50d06995 100644
--- a/dev-python/werkzeug/werkzeug-0.9.4.ebuild
+++ b/dev-python/werkzeug/werkzeug-0.9.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.9.4.ebuild,v 1.5 2014/01/14 13:59:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.9.4.ebuild,v 1.6 2014/01/14 15:08:40 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy2_0 )
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"