diff options
author | Sam James <sam@gentoo.org> | 2024-08-07 13:06:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-07 13:06:44 +0100 |
commit | 704e48e07270d5a3a1194388a7422e489847990d (patch) | |
tree | 0462a33cc34a1f629cc7e93dc547db876c365e49 | |
parent | dev-python/django: Stabilize 5.0.8 ALLARCHES, #937474 (diff) | |
download | gentoo-704e48e07270d5a3a1194388a7422e489847990d.tar.gz gentoo-704e48e07270d5a3a1194388a7422e489847990d.tar.bz2 gentoo-704e48e07270d5a3a1194388a7422e489847990d.zip |
dev-python/django: Stabilize 4.2.15 ALLARCHES, #937475
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-python/django/django-4.2.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django/django-4.2.15.ebuild b/dev-python/django/django-4.2.15.ebuild index ebb3ae0db9ba..c05445503ec7 100644 --- a/dev-python/django/django-4.2.15.ebuild +++ b/dev-python/django/django-4.2.15.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 )" |