diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-25 11:16:45 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-25 11:16:45 +0000 |
commit | 9c89bedf26213c1c2c14f2a5ff19d0202e2ba3de (patch) | |
tree | a01691e9c2811d79b70365f8f92e9eacb1d1fcd8 /dev-python/werkzeug | |
parent | Stable for AMD64, wrt bug #435876 (diff) | |
download | gentoo-2-9c89bedf26213c1c2c14f2a5ff19d0202e2ba3de.tar.gz gentoo-2-9c89bedf26213c1c2c14f2a5ff19d0202e2ba3de.tar.bz2 gentoo-2-9c89bedf26213c1c2c14f2a5ff19d0202e2ba3de.zip |
stable ppc, bug #433898
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/werkzeug')
-rw-r--r-- | dev-python/werkzeug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/werkzeug/werkzeug-0.8.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/werkzeug/ChangeLog b/dev-python/werkzeug/ChangeLog index edcc2d4de279..1b876dfae526 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.35 2012/09/22 02:09:27 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.36 2012/09/25 11:16:45 blueness Exp $ + + 25 Sep 2012; Anthony G. Basile <blueness@gentoo.org> werkzeug-0.8.3.ebuild: + stable ppc, bug #433898 22 Sep 2012; Anthony G. Basile <blueness@gentoo.org> werkzeug-0.8.3.ebuild: keyword ~arm, bug #433978 diff --git a/dev-python/werkzeug/werkzeug-0.8.3.ebuild b/dev-python/werkzeug/werkzeug-0.8.3.ebuild index 88d806ded748..07bdf41e37d0 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.4 2012/09/22 02:09:27 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.8.3.ebuild,v 1.5 2012/09/25 11:16:45 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 ~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="test" RDEPEND="dev-python/simplejson" |