diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-07 20:32:40 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-07 20:32:40 +0200 |
commit | f5cae11d270a5c31b68f15d985bbd2c1e8531afb (patch) | |
tree | 9a4bd2b2c34d4b1f993a851bd5349407971466c3 /dev-python/django | |
parent | dev-python/comm: Stabilize 0.1.2 ALLARCHES, #890076 (diff) | |
download | gentoo-f5cae11d270a5c31b68f15d985bbd2c1e8531afb.tar.gz gentoo-f5cae11d270a5c31b68f15d985bbd2c1e8531afb.tar.bz2 gentoo-f5cae11d270a5c31b68f15d985bbd2c1e8531afb.zip |
dev-python/django: Stabilize 4.1.4 ALLARCHES, #890078
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/django')
-rw-r--r-- | dev-python/django/django-4.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django/django-4.1.4.ebuild b/dev-python/django/django-4.1.4.ebuild index f1272173237b..3b1febead1a8 100644 --- a/dev-python/django/django-4.1.4.ebuild +++ b/dev-python/django/django-4.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,7 +27,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 )" |