diff options
author | 2023-07-04 10:34:53 +0100 | |
---|---|---|
committer | 2023-07-04 10:34:53 +0100 | |
commit | b469991b62a3ab20576776e8ff20bc3ec8cf936f (patch) | |
tree | d4214f0c23f440d40b3613ed0477fca5f67ac2e1 /dev-python/django | |
parent | www-servers/nginx: Stabilize 1.24.0-r1 x86, #909561 (diff) | |
download | gentoo-b469991b62a3ab20576776e8ff20bc3ec8cf936f.tar.gz gentoo-b469991b62a3ab20576776e8ff20bc3ec8cf936f.tar.bz2 gentoo-b469991b62a3ab20576776e8ff20bc3ec8cf936f.zip |
dev-python/django: Stabilize 3.2.20 ALLARCHES, #909575
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/django')
-rw-r--r-- | dev-python/django/django-3.2.20.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django/django-3.2.20.ebuild b/dev-python/django/django-3.2.20.ebuild index ca46ed4c7d3b..e32092b0fe7c 100644 --- a/dev-python/django/django-3.2.20.ebuild +++ b/dev-python/django/django-3.2.20.ebuild @@ -27,7 +27,7 @@ LICENSE+=" Apache-2.0" # admin icons, jquery, xregexp.js LICENSE+=" MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos" IUSE="doc sqlite test" RESTRICT="!test? ( test )" |