diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-21 19:53:26 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-21 19:53:26 +0100 |
commit | 2ea7b40f4f1e8a571dc4cfcef3b7f27adc357e8f (patch) | |
tree | e0ba9dc08601e0742d31f76248f4123bc60e138c /dev-python/werkzeug | |
parent | dev-python/httpbin: amd64 stable wrt bug #606358 (diff) | |
download | gentoo-2ea7b40f4f1e8a571dc4cfcef3b7f27adc357e8f.tar.gz gentoo-2ea7b40f4f1e8a571dc4cfcef3b7f27adc357e8f.tar.bz2 gentoo-2ea7b40f4f1e8a571dc4cfcef3b7f27adc357e8f.zip |
dev-python/werkzeug: amd64 stable wrt bug #606392
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/werkzeug')
-rw-r--r-- | dev-python/werkzeug/werkzeug-0.11.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/werkzeug/werkzeug-0.11.11.ebuild b/dev-python/werkzeug/werkzeug-0.11.11.ebuild index 66d07f70784f..d97fa164fb71 100644 --- a/dev-python/werkzeug/werkzeug-0.11.11.ebuild +++ b/dev-python/werkzeug/werkzeug-0.11.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,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="test" RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]" |