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