diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-10 16:25:28 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-10 16:25:33 +0200 |
commit | 5bf79c96bd4f31ea4a782b22a48f84a050ad651c (patch) | |
tree | 9ff88ecbb3c512e91eef87c45a22f6408be59fbc /dev-python | |
parent | dev-db/pgtap: version bump, use postgres-multi (diff) | |
download | gentoo-5bf79c96bd4f31ea4a782b22a48f84a050ad651c.tar.gz gentoo-5bf79c96bd4f31ea4a782b22a48f84a050ad651c.tar.bz2 gentoo-5bf79c96bd4f31ea4a782b22a48f84a050ad651c.zip |
dev-python/redis-py: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/redis-py/redis-py-2.10.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/redis-py/redis-py-2.10.5.ebuild b/dev-python/redis-py/redis-py-2.10.5.ebuild index ecd633e24fde..f0f244bd48ce 100644 --- a/dev-python/redis-py/redis-py-2.10.5.ebuild +++ b/dev-python/redis-py/redis-py-2.10.5.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="" |