summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-09-21 23:41:31 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-09-21 23:41:31 +0000
commit2aa4b02db1b804e2dc9db997e52b2cee3f9d3814 (patch)
tree7c3fad8077df95bd309dae29b580877756e86b9e /dev-python/werkzeug
parentvanilla-3.5.4 + genpatches-3.5-5 + grsecurity-2.9.1-3.5.4-201209192118 (diff)
downloadgentoo-2-2aa4b02db1b804e2dc9db997e52b2cee3f9d3814.tar.gz
gentoo-2-2aa4b02db1b804e2dc9db997e52b2cee3f9d3814.tar.bz2
gentoo-2-2aa4b02db1b804e2dc9db997e52b2cee3f9d3814.zip
Keyword ~ppc, bug #433978
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/werkzeug')
-rw-r--r--dev-python/werkzeug/ChangeLog5
-rw-r--r--dev-python/werkzeug/werkzeug-0.8.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/werkzeug/ChangeLog b/dev-python/werkzeug/ChangeLog
index 178267c3b53f..049200f32b58 100644
--- a/dev-python/werkzeug/ChangeLog
+++ b/dev-python/werkzeug/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/werkzeug
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.33 2012/03/13 02:59:05 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.34 2012/09/21 23:41:31 blueness Exp $
+
+ 21 Sep 2012; Anthony G. Basile <blueness@gentoo.org> werkzeug-0.8.3.ebuild:
+ Keyword ~ppc, bug #433978
13 Mar 2012; Mike Gilbert <floppym@gentoo.org> werkzeug-0.8.3.ebuild:
Don't inherit unused eclass. Patch by Arfrever.
diff --git a/dev-python/werkzeug/werkzeug-0.8.3.ebuild b/dev-python/werkzeug/werkzeug-0.8.3.ebuild
index 71f50c343a44..0ed498d0a789 100644
--- a/dev-python/werkzeug/werkzeug-0.8.3.ebuild
+++ b/dev-python/werkzeug/werkzeug-0.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.8.3.ebuild,v 1.2 2012/03/13 02:59:05 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.8.3.ebuild,v 1.3 2012/09/21 23:41:31 blueness Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="test"
RDEPEND="dev-python/simplejson"