summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-09-14 10:01:36 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-09-14 10:01:36 +0000
commit5c95694217c8be612c50226b1f496c0648b47cd5 (patch)
treefe2ab7ca3457527bc857b917cc722fc8b6a9fb83 /dev-python/werkzeug
parentStable for x86, wrt bug #480392 (diff)
downloadgentoo-2-5c95694217c8be612c50226b1f496c0648b47cd5.tar.gz
gentoo-2-5c95694217c8be612c50226b1f496c0648b47cd5.tar.bz2
gentoo-2-5c95694217c8be612c50226b1f496c0648b47cd5.zip
Stable for x86, wrt bug #482540
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/werkzeug')
-rw-r--r--dev-python/werkzeug/ChangeLog5
-rw-r--r--dev-python/werkzeug/werkzeug-0.9.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/werkzeug/ChangeLog b/dev-python/werkzeug/ChangeLog
index e52128d05701..e497a252eac7 100644
--- a/dev-python/werkzeug/ChangeLog
+++ b/dev-python/werkzeug/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/werkzeug
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.47 2013/09/05 18:46:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.48 2013/09/14 10:01:36 ago Exp $
+
+ 14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> werkzeug-0.9.3.ebuild:
+ Stable for x86, wrt bug #482540
05 Sep 2013; Michał Górny <mgorny@gentoo.org> werkzeug-0.9.1.ebuild,
werkzeug-0.9.2.ebuild, werkzeug-0.9.3.ebuild, werkzeug-0.9.4.ebuild:
diff --git a/dev-python/werkzeug/werkzeug-0.9.3.ebuild b/dev-python/werkzeug/werkzeug-0.9.3.ebuild
index 48d48a3bba64..4f2941863739 100644
--- a/dev-python/werkzeug/werkzeug-0.9.3.ebuild
+++ b/dev-python/werkzeug/werkzeug-0.9.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.9.3.ebuild,v 1.4 2013/09/05 18:46:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.9.3.ebuild,v 1.5 2013/09/14 10:01:36 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 ~x86-macos"
+KEYWORDS="amd64 ~arm ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"