diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-08 13:41:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-08 13:42:07 +0200 |
commit | 5d3222715606854b1c836041611817ed91dd289f (patch) | |
tree | f70932b76e313fb3711381b3db822e40e6b2919c /dev-python/django-cache-url | |
parent | dev-cpp/notcurses: regenerate manifest file (diff) | |
download | gentoo-5d3222715606854b1c836041611817ed91dd289f.tar.gz gentoo-5d3222715606854b1c836041611817ed91dd289f.tar.bz2 gentoo-5d3222715606854b1c836041611817ed91dd289f.zip |
dev-python/django-cache-url: Keyword ~x86
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-cache-url')
-rw-r--r-- | dev-python/django-cache-url/django-cache-url-3.2.3.ebuild | 4 |
1 files 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 88aea34048d0..026abe79fb3e 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 ) |