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: Thu, 07 Jan 2021 01:10:45
Message-Id: 1609981788.b47f63e00445f615263b38353a29461297bbe6f4.sam@gentoo
1 commit: b47f63e00445f615263b38353a29461297bbe6f4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 01:09:48 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 01:09:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47f63e0
7
8 dev-python/django: Stabilize 2.2.17 ALLARCHES, #763966
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/django/django-2.2.17.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/django/django-2.2.17.ebuild b/dev-python/django/django-2.2.17.ebuild
16 index 941f2aff64d..c262a8db369 100644
17 --- a/dev-python/django/django-2.2.17.ebuild
18 +++ b/dev-python/django/django-2.2.17.ebuild
19 @@ -23,7 +23,7 @@ LICENSE+=" Apache-2.0"
20 # admin icons, jquery, xregexp.js
21 LICENSE+=" MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
24 +KEYWORDS="amd64 arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
25 IUSE="doc sqlite test"
26 RESTRICT="!test? ( test )"