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/django/
Date: Fri, 07 Jul 2017 17:45:33
Message-Id: 1499449523.020909abd6fceb628eab25bcca27040a53ed3df1.aballier@gentoo
1 commit: 020909abd6fceb628eab25bcca27040a53ed3df1
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 17:35:23 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 17:45:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020909ab
7
8 dev-python/django: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/django/django-1.11.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/django/django-1.11.2.ebuild b/dev-python/django/django-1.11.2.ebuild
16 index 59405e57d07..dbfd745c4a7 100644
17 --- a/dev-python/django/django-1.11.2.ebuild
18 +++ b/dev-python/django/django-1.11.2.ebuild
19 @@ -25,7 +25,7 @@ LICENSE+=" Apache-2.0"
20 # admin icons, jquery, xregexp.js
21 LICENSE+=" MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
24 +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
25 IUSE="doc sqlite test"
26
27 RDEPEND=""