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: 1618040825.75d3412fde4b7beac8a300f572110a3238181207.sam@gentoo
1 commit: 75d3412fde4b7beac8a300f572110a3238181207
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 10 07:47:05 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 10 07:47:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d3412f
7
8 dev-python/django: Stabilize 3.1.8-r1 ALLARCHES, #780579
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/django/django-3.1.8-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/django/django-3.1.8-r1.ebuild b/dev-python/django/django-3.1.8-r1.ebuild
16 index 531beaf2605..13ba49adbdd 100644
17 --- a/dev-python/django/django-3.1.8-r1.ebuild
18 +++ b/dev-python/django/django-3.1.8-r1.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 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
24 +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86 ~x64-macos"
25 IUSE="doc sqlite test"
26 RESTRICT="!test? ( test )"