dev-python/flask: 1.0.2 stable allarches for rocky
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 28 Sep 2018 20:14:02 +0000 (15:14 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 28 Sep 2018 20:32:43 +0000 (15:32 -0500)
Package-Manager: Portage-2.3.49, Repoman-2.3.11

dev-python/flask/flask-1.0.2.ebuild

index d44c39bd28fda1e1cef43c4ca767fa748d1c4c6f..b3bd154da5e303eae0391829f6890302a0407cb9 100644 (file)
@@ -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