Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask/
Date: Mon, 26 Jun 2017 11:04:19
Message-Id: 1498474339.bc39a650353a93326bea9580f651c9ca9a42df39.aballier@gentoo
1 commit: bc39a650353a93326bea9580f651c9ca9a42df39
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 10:52:19 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 10:52:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc39a650
7
8 dev-python/flask: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/flask/flask-0.12.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/flask/flask-0.12.2.ebuild b/dev-python/flask/flask-0.12.2.ebuild
16 index 851f950e42f..30a177c0383 100644
17 --- a/dev-python/flask/flask-0.12.2.ebuild
18 +++ b/dev-python/flask/flask-0.12.2.ebuild
19 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/pallets/flask/"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
25 IUSE="doc examples test"
26
27 RDEPEND=">=dev-python/blinker-1[${PYTHON_USEDEP}]