diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-09-28 15:12:56 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-09-28 15:32:42 -0500 |
commit | a60cde32e3c075af6c951a22c84c36de87dd46a2 (patch) | |
tree | 56b93b634e05987e8f6a8c4852c858c063aaa1e7 /dev-python/werkzeug | |
parent | dev-python/osc-placement: 1.3.0 stable amd64 and x86 (diff) | |
download | gentoo-a60cde32e3c075af6c951a22c84c36de87dd46a2.tar.gz gentoo-a60cde32e3c075af6c951a22c84c36de87dd46a2.tar.bz2 gentoo-a60cde32e3c075af6c951a22c84c36de87dd46a2.zip |
dev-python/werkzeug: 0.14.1 stable allarches for rocky
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-python/werkzeug')
-rw-r--r-- | dev-python/werkzeug/werkzeug-0.14.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/werkzeug/werkzeug-0.14.1.ebuild b/dev-python/werkzeug/werkzeug-0.14.1.ebuild index 6a699f0e8e54..a007e59ac52e 100644 --- a/dev-python/werkzeug/werkzeug-0.14.1.ebuild +++ b/dev-python/werkzeug/werkzeug-0.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]" |