summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-09-28 15:14:02 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2018-09-28 15:32:43 -0500
commit0f1a161329140ce68cc09edf1ffbe33927a356f9 (patch)
tree86cbcadce7f58e37835bb64a65ed9dc24a244392 /dev-python/flask
parentdev-python/werkzeug: 0.14.1 stable allarches for rocky (diff)
downloadgentoo-0f1a161329140ce68cc09edf1ffbe33927a356f9.tar.gz
gentoo-0f1a161329140ce68cc09edf1ffbe33927a356f9.tar.bz2
gentoo-0f1a161329140ce68cc09edf1ffbe33927a356f9.zip
dev-python/flask: 1.0.2 stable allarches for rocky
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-python/flask')
-rw-r--r--dev-python/flask/flask-1.0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask/flask-1.0.2.ebuild b/dev-python/flask/flask-1.0.2.ebuild
index d44c39bd28fd..b3bd154da5e3 100644
--- a/dev-python/flask/flask-1.0.2.ebuild
+++ b/dev-python/flask/flask-1.0.2.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 @@ if [[ ${PV} == *9999* ]]; then
inherit git-r3
else
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/${MY_P}"
fi