summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-03-07 08:26:28 +0000
committerPacho Ramos <pacho@gentoo.org>2015-03-07 08:26:28 +0000
commit97384d8c57b184a0af3bcc22bf96af2a301b50d7 (patch)
treecc5860edc527064e1893eef3bfc832e1bb8deaa6 /dev-python
parentppc stable, bug 540290 (diff)
downloadgentoo-2-97384d8c57b184a0af3bcc22bf96af2a301b50d7.tar.gz
gentoo-2-97384d8c57b184a0af3bcc22bf96af2a301b50d7.tar.bz2
gentoo-2-97384d8c57b184a0af3bcc22bf96af2a301b50d7.zip
ppc stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/werkzeug/ChangeLog5
-rw-r--r--dev-python/werkzeug/werkzeug-0.9.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/werkzeug/ChangeLog b/dev-python/werkzeug/ChangeLog
index 81181cbba179..5997a6c44ec9 100644
--- a/dev-python/werkzeug/ChangeLog
+++ b/dev-python/werkzeug/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/werkzeug
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.62 2015/02/12 03:50:06 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.63 2015/03/07 08:26:28 pacho Exp $
+
+ 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> werkzeug-0.9.6.ebuild:
+ ppc stable, bug 540290
*werkzeug-0.10.1 (12 Feb 2015)
diff --git a/dev-python/werkzeug/werkzeug-0.9.6.ebuild b/dev-python/werkzeug/werkzeug-0.9.6.ebuild
index cd8a31b23604..3e67f81e4fd6 100644
--- a/dev-python/werkzeug/werkzeug-0.9.6.ebuild
+++ b/dev-python/werkzeug/werkzeug-0.9.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.9.6.ebuild,v 1.3 2015/01/15 07:48:10 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.9.6.ebuild,v 1.4 2015/03/07 08:26:28 pacho Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -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 ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"