diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-03 20:42:57 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-03 20:42:57 +0200 |
commit | 689b390a1e262ea7283a3a492f5275f8cfb11d01 (patch) | |
tree | 4154a3766cc16d0ae7ccc14018b194924725cfff /dev-python/django | |
parent | app-crypt/gnupg: Bump to version 2.2.23 (diff) | |
download | gentoo-689b390a1e262ea7283a3a492f5275f8cfb11d01.tar.gz gentoo-689b390a1e262ea7283a3a492f5275f8cfb11d01.tar.bz2 gentoo-689b390a1e262ea7283a3a492f5275f8cfb11d01.zip |
dev-python/django: x86 stable (bug #739952)
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/django')
-rw-r--r-- | dev-python/django/django-2.2.16.ebuild | 2 | ||||
-rw-r--r-- | dev-python/django/django-3.0.10.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django/django-2.2.16.ebuild b/dev-python/django/django-2.2.16.ebuild index 332ed12688eb..2057306ce528 100644 --- a/dev-python/django/django-2.2.16.ebuild +++ b/dev-python/django/django-2.2.16.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 )" diff --git a/dev-python/django/django-3.0.10.ebuild b/dev-python/django/django-3.0.10.ebuild index c88f68b480e4..9677ee5d06a6 100644 --- a/dev-python/django/django-3.0.10.ebuild +++ b/dev-python/django/django-3.0.10.ebuild @@ -23,7 +23,7 @@ LICENSE+=" Apache-2.0" # admin icons, jquery, xregexp.js LICENSE+=" MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 x86" IUSE="doc sqlite test" RESTRICT="!test? ( test )" |