commit: 5d3222715606854b1c836041611817ed91dd289f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 8 11:41:33 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 8 11:42:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d322271
dev-python/django-cache-url: Keyword ~x86
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-cache-url/django-cache-url-3.2.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/django-cache-url/django-cache-url-3.2.3.ebuild
b/dev-python/django-cache-url/django-cache-url-3.2.3.ebuild
index 88aea34048d..026abe79fb3 100644
--- a/dev-python/django-cache-url/django-cache-url-3.2.3.ebuild
+++ b/dev-python/django-cache-url/django-cache-url-3.2.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
DOCS=( AUTHORS.rst CHANGELOG.rst README.rst )