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: Tue, 06 Sep 2022 21:12:27
Message-Id: 1662498668.96def52149995b411b84f8d361cee2a56835a652.sam@gentoo
1 commit: 96def52149995b411b84f8d361cee2a56835a652
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 6 21:11:08 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 6 21:11:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96def521
7
8 dev-python/django: Stabilize 4.1 ALLARCHES, #868894
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/django/django-4.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/django/django-4.1.ebuild b/dev-python/django/django-4.1.ebuild
16 index 5c62178ef58f..641f4d9f9bea 100644
17 --- a/dev-python/django/django-4.1.ebuild
18 +++ b/dev-python/django/django-4.1.ebuild
19 @@ -28,7 +28,7 @@ LICENSE+=" Apache-2.0"
20 # admin icons, jquery, xregexp.js
21 LICENSE+=" MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
24 +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
25 IUSE="doc sqlite test"
26 RESTRICT="!test? ( test )"