diff options
author | 2020-06-30 08:34:00 +0200 | |
---|---|---|
committer | 2020-06-30 08:34:00 +0200 | |
commit | ff5f3618f6632afd8c6a87c1ca56da5a9356dfc1 (patch) | |
tree | 240fdc481ae980bcba7c1f26a67b9622df6eaed0 /dev-python/django | |
parent | app-backup/btrbk: x86 stable wrt bug #719124 (diff) | |
download | gentoo-ff5f3618f6632afd8c6a87c1ca56da5a9356dfc1.tar.gz gentoo-ff5f3618f6632afd8c6a87c1ca56da5a9356dfc1.tar.bz2 gentoo-ff5f3618f6632afd8c6a87c1ca56da5a9356dfc1.zip |
dev-python/django: x86 stable wrt bug #720508
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/django')
-rw-r--r-- | dev-python/django/django-2.2.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django/django-2.2.12.ebuild b/dev-python/django/django-2.2.12.ebuild index 60543908ceab..5b85d6f488d8 100644 --- a/dev-python/django/django-2.2.12.ebuild +++ b/dev-python/django/django-2.2.12.ebuild @@ -23,7 +23,7 @@ LICENSE+=" Apache-2.0" # admin icons, jquery, xregexp.js LICENSE+=" MIT" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc sqlite test" RESTRICT="!test? ( test )" |