Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask/
Date: Fri, 28 Sep 2018 20:33:47
Message-Id: 1538166763.0f1a161329140ce68cc09edf1ffbe33927a356f9.prometheanfire@gentoo
1 commit: 0f1a161329140ce68cc09edf1ffbe33927a356f9
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 20:14:02 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 20:32:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1a1613
7
8 dev-python/flask: 1.0.2 stable allarches for rocky
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.11
11
12 dev-python/flask/flask-1.0.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/flask/flask-1.0.2.ebuild b/dev-python/flask/flask-1.0.2.ebuild
16 index d44c39bd28f..b3bd154da5e 100644
17 --- a/dev-python/flask/flask-1.0.2.ebuild
18 +++ b/dev-python/flask/flask-1.0.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then
26 inherit git-r3
27 else
28 SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
30 + KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
31 S="${WORKDIR}/${MY_P}"
32 fi