diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-22 11:04:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-22 11:04:52 +0200 |
commit | b6a53bb7bd0b813d076f22c1c0ac728e1f639057 (patch) | |
tree | 60a799bfaa5362794cb9f45bc28b33837f7c8d3a /dev-python/django | |
parent | dev-dotnet/dotnet-runtime-nugets: Stabilize 8.0.5 amd64, #932378 (diff) | |
download | gentoo-b6a53bb7bd0b813d076f22c1c0ac728e1f639057.tar.gz gentoo-b6a53bb7bd0b813d076f22c1c0ac728e1f639057.tar.bz2 gentoo-b6a53bb7bd0b813d076f22c1c0ac728e1f639057.zip |
dev-python/django: Stabilize 4.2.13 ALLARCHES, #932414
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django')
-rw-r--r-- | dev-python/django/django-4.2.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django/django-4.2.13.ebuild b/dev-python/django/django-4.2.13.ebuild index 3d93ca48aced..7379e6655f94 100644 --- a/dev-python/django/django-4.2.13.ebuild +++ b/dev-python/django/django-4.2.13.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 )" |