diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-22 02:09:27 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-22 02:09:27 +0000 |
commit | 5a0b40008c437ac4033feb78a049e9579e6cf1d7 (patch) | |
tree | 172877a649f16e15a481bc1a7c857e425f3b0f72 /dev-python/werkzeug | |
parent | keyword ~ppc, bug #433978 (diff) | |
download | historical-5a0b40008c437ac4033feb78a049e9579e6cf1d7.tar.gz historical-5a0b40008c437ac4033feb78a049e9579e6cf1d7.tar.bz2 historical-5a0b40008c437ac4033feb78a049e9579e6cf1d7.zip |
keyword ~arm, bug #433978
Package-Manager: portage-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 049200f32b58..edcc2d4de279 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.34 2012/09/21 23:41:31 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.35 2012/09/22 02:09:27 blueness Exp $ + + 22 Sep 2012; Anthony G. Basile <blueness@gentoo.org> werkzeug-0.8.3.ebuild: + keyword ~arm, bug #433978 21 Sep 2012; Anthony G. Basile <blueness@gentoo.org> werkzeug-0.8.3.ebuild: Keyword ~ppc, bug #433978 diff --git a/dev-python/werkzeug/werkzeug-0.8.3.ebuild b/dev-python/werkzeug/werkzeug-0.8.3.ebuild index 0ed498d0a789..88d806ded748 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.3 2012/09/21 23:41:31 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.8.3.ebuild,v 1.4 2012/09/22 02:09:27 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 ~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" |