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/twill/
Date: Tue, 27 Jun 2017 14:21:08
Message-Id: 1498573255.e7e9d6399b931c538b5b5c60b1a5ce604a7d80fe.aballier@gentoo
1 commit: e7e9d6399b931c538b5b5c60b1a5ce604a7d80fe
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 27 13:12:39 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 27 14:20:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e9d639
7
8 dev-python/twill: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/twill/twill-0.9-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/twill/twill-0.9-r1.ebuild b/dev-python/twill/twill-0.9-r1.ebuild
16 index 5b9444ee154..127b1b3cfb7 100644
17 --- a/dev-python/twill/twill-0.9-r1.ebuild
18 +++ b/dev-python/twill/twill-0.9-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -16,7 +16,7 @@ SRC_URI="http://darcs.idyll.org/~t/projects/${MY_P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
30 +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
31 IUSE="doc examples"
32
33 REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )"