diff options
author | Sam James <sam@gentoo.org> | 2021-05-09 01:28:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-09 01:28:11 +0000 |
commit | dce5094022a083d9b84f9d43d292f50302611132 (patch) | |
tree | 108ae6c6048142367fe14f76825ae01cbfd547aa /dev-python/django | |
parent | dev-python/django: Stabilize 3.1.10 ALLARCHES, #788700 (diff) | |
download | gentoo-dce5094022a083d9b84f9d43d292f50302611132.tar.gz gentoo-dce5094022a083d9b84f9d43d292f50302611132.tar.bz2 gentoo-dce5094022a083d9b84f9d43d292f50302611132.zip |
dev-python/django: Stabilize 3.2.2 ALLARCHES, #788700
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/django')
-rw-r--r-- | dev-python/django/django-3.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django/django-3.2.2.ebuild b/dev-python/django/django-3.2.2.ebuild index 87dacd55b40f..b0bed67e8146 100644 --- a/dev-python/django/django-3.2.2.ebuild +++ b/dev-python/django/django-3.2.2.ebuild @@ -22,7 +22,7 @@ LICENSE+=" Apache-2.0" # admin icons, jquery, xregexp.js LICENSE+=" MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86 ~x64-macos" IUSE="doc sqlite test" RESTRICT="!test? ( test )" |