diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-25 15:10:11 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-25 15:17:17 +0100 |
commit | 3687712ee123af8f879fe8fa22f449ccbfdb388c (patch) | |
tree | 8371ff8e787abcff8a5762db55a3767581dd9f9d /dev-python/flask | |
parent | sys-fs/mtools: amd64 stable wrt bug #714056 (diff) | |
download | gentoo-3687712ee123af8f879fe8fa22f449ccbfdb388c.tar.gz gentoo-3687712ee123af8f879fe8fa22f449ccbfdb388c.tar.bz2 gentoo-3687712ee123af8f879fe8fa22f449ccbfdb388c.zip |
dev-python/flask: amd64 stable wrt bug #714322
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/flask')
-rw-r--r-- | dev-python/flask/flask-1.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask/flask-1.0.4.ebuild b/dev-python/flask/flask-1.0.4.ebuild index 3caa86668560..3d6e7c617549 100644 --- a/dev-python/flask/flask-1.0.4.ebuild +++ b/dev-python/flask/flask-1.0.4.ebuild @@ -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 |