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: Sat, 10 Apr 2021 07:47:20
Message-Id: 1618040823.1d3c96bc3d31d8361a095b69c8fd12059b226016.sam@gentoo
1 commit: 1d3c96bc3d31d8361a095b69c8fd12059b226016
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 10 07:47:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 10 07:47:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3c96bc
7
8 dev-python/django: Stabilize 2.2.20 ALLARCHES, #780579
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/django/django-2.2.20.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/django/django-2.2.20.ebuild b/dev-python/django/django-2.2.20.ebuild
16 index f1130cee8ad..27e7c933884 100644
17 --- a/dev-python/django/django-2.2.20.ebuild
18 +++ b/dev-python/django/django-2.2.20.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 )"