diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-06-18 08:29:24 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-06-18 08:29:24 +0200 |
commit | e17c1ee703c8bd98ebbeb95fdf193cfaf313d9e3 (patch) | |
tree | b6cb8ffebfd7ee5283f5f6603dc32ed1b05b2a89 /dev-python/flask | |
parent | net-libs/libslirp: ppc64 stable wrt bug #796347 (diff) | |
download | gentoo-e17c1ee703c8bd98ebbeb95fdf193cfaf313d9e3.tar.gz gentoo-e17c1ee703c8bd98ebbeb95fdf193cfaf313d9e3.tar.bz2 gentoo-e17c1ee703c8bd98ebbeb95fdf193cfaf313d9e3.zip |
dev-python/flask: sparc stable wrt bug #796053
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/flask')
-rw-r--r-- | dev-python/flask/flask-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask/flask-2.0.1.ebuild b/dev-python/flask/flask-2.0.1.ebuild index ce16d4abccdc..f58300214be7 100644 --- a/dev-python/flask/flask-2.0.1.ebuild +++ b/dev-python/flask/flask-2.0.1.ebuild @@ -15,7 +15,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 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv sparc x86" S="${WORKDIR}/${MY_P}" fi |