summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-08-31 09:44:28 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-08-31 09:44:28 +0000
commitd306af9c19df45acabc0562e13a6e5f56fe3e7c6 (patch)
treed890940c0b6880bd449b376274d7cbe539c36d76 /dev-python/werkzeug
parentStable for amd64, wrt bug #482122 (diff)
downloadgentoo-2-d306af9c19df45acabc0562e13a6e5f56fe3e7c6.tar.gz
gentoo-2-d306af9c19df45acabc0562e13a6e5f56fe3e7c6.tar.bz2
gentoo-2-d306af9c19df45acabc0562e13a6e5f56fe3e7c6.zip
Stable for amd64, wrt bug #482540
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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 fd56cdb264a5..0190b24fd55a 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.44 2013/08/26 12:01:24 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.45 2013/08/31 09:44:28 ago Exp $
+
+ 31 Aug 2013; Agostino Sarubbo <ago@gentoo.org> werkzeug-0.9.3.ebuild:
+ Stable for amd64, wrt bug #482540
*werkzeug-0.9.4 (26 Aug 2013)
diff --git a/dev-python/werkzeug/werkzeug-0.9.3.ebuild b/dev-python/werkzeug/werkzeug-0.9.3.ebuild
index ab06f4aee557..08e7be42c82e 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.1 2013/07/25 10:18:45 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.9.3.ebuild,v 1.2 2013/08/31 09:44:28 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy{1_9,2_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}]"