Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django/
Date: Sun, 29 Nov 2020 21:02:29
Message-Id: 1606683708.00424d2a7287c50af9cb7a636476396009f7023c.sam@gentoo
1 commit: 00424d2a7287c50af9cb7a636476396009f7023c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 21:01:48 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 21:01:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00424d2a
7
8 dev-python/django: ~x64-macos keyworded
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/django/django-3.1.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/django/django-3.1.3.ebuild b/dev-python/django/django-3.1.3.ebuild
17 index b064fd138ee..a1cdaba2e63 100644
18 --- a/dev-python/django/django-3.1.3.ebuild
19 +++ b/dev-python/django/django-3.1.3.ebuild
20 @@ -23,7 +23,7 @@ LICENSE+=" Apache-2.0"
21 # admin icons, jquery, xregexp.js
22 LICENSE+=" MIT"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos"
26 IUSE="doc sqlite test"
27 RESTRICT="!test? ( test )"