summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-11-29 21:01:48 +0000
committerSam James <sam@gentoo.org>2020-11-29 21:01:48 +0000
commit00424d2a7287c50af9cb7a636476396009f7023c (patch)
treec0cf17b5f2e260124e154dca4bdd5acde802f727
parentdev-python/kiwisolver: fix Darwin build (diff)
downloadgentoo-00424d2a.tar.gz
gentoo-00424d2a.tar.bz2
gentoo-00424d2a.zip
dev-python/django: ~x64-macos keyworded
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/django/django-3.1.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django/django-3.1.3.ebuild b/dev-python/django/django-3.1.3.ebuild
index b064fd138ee4..a1cdaba2e63f 100644
--- a/dev-python/django/django-3.1.3.ebuild
+++ b/dev-python/django/django-3.1.3.ebuild
@@ -23,7 +23,7 @@ LICENSE+=" Apache-2.0"
# admin icons, jquery, xregexp.js
LICENSE+=" MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos"
IUSE="doc sqlite test"
RESTRICT="!test? ( test )"