diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-07 13:17:42 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-07 13:17:42 +0300 |
commit | 2d992c77cae48c22aa4f5d5d432e15f19658c9fc (patch) | |
tree | 2b2408b03c25336fcd12f3a99a79e4b60e434299 /dev-python/django | |
parent | dev-python/truststore: Stabilize 0.9.2 ALLARCHES, #939229 (diff) | |
download | gentoo-2d992c77cae48c22aa4f5d5d432e15f19658c9fc.tar.gz gentoo-2d992c77cae48c22aa4f5d5d432e15f19658c9fc.tar.bz2 gentoo-2d992c77cae48c22aa4f5d5d432e15f19658c9fc.zip |
dev-python/django: Stabilize 4.2.16 ALLARCHES, #939227
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/django')
-rw-r--r-- | dev-python/django/django-4.2.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django/django-4.2.16.ebuild b/dev-python/django/django-4.2.16.ebuild index 4a334aecaf30..0d0c1e3d6c0f 100644 --- a/dev-python/django/django-4.2.16.ebuild +++ b/dev-python/django/django-4.2.16.ebuild @@ -28,7 +28,7 @@ LICENSE+=" Apache-2.0" # admin icons, jquery, xregexp.js LICENSE+=" MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" +KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86 ~x64-macos" IUSE="doc sqlite test" RESTRICT="!test? ( test )" |