diff options
author | 2021-04-10 07:47:05 +0000 | |
---|---|---|
committer | 2021-04-10 07:47:05 +0000 | |
commit | 75d3412fde4b7beac8a300f572110a3238181207 (patch) | |
tree | 1368eee17af7d4db3c5bdaaae25ca0d35ec6a28c /dev-python/django | |
parent | dev-python/django: Stabilize 3.0.14-r1 ALLARCHES, #780579 (diff) | |
download | gentoo-75d3412fde4b7beac8a300f572110a3238181207.tar.gz gentoo-75d3412fde4b7beac8a300f572110a3238181207.tar.bz2 gentoo-75d3412fde4b7beac8a300f572110a3238181207.zip |
dev-python/django: Stabilize 3.1.8-r1 ALLARCHES, #780579
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/django')
-rw-r--r-- | dev-python/django/django-3.1.8-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django/django-3.1.8-r1.ebuild b/dev-python/django/django-3.1.8-r1.ebuild index 531beaf26057..13ba49adbdd8 100644 --- a/dev-python/django/django-3.1.8-r1.ebuild +++ b/dev-python/django/django-3.1.8-r1.ebuild @@ -23,7 +23,7 @@ LICENSE+=" Apache-2.0" # admin icons, jquery, xregexp.js LICENSE+=" MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86 ~x64-macos" IUSE="doc sqlite test" RESTRICT="!test? ( test )" |