diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-06-06 08:19:02 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-01 23:23:46 +0200 |
commit | e89687a27e5011c51c7eebd1e9d1265ab3f53b64 (patch) | |
tree | 30fe0ef32b64475c8bc528b8e0ddb7de4deb08dd /dev-python/xxhash | |
parent | dev-python/pytest-tempdir: bump to python 3.10 (diff) | |
download | gentoo-e89687a27e5011c51c7eebd1e9d1265ab3f53b64.tar.gz gentoo-e89687a27e5011c51c7eebd1e9d1265ab3f53b64.tar.bz2 gentoo-e89687a27e5011c51c7eebd1e9d1265ab3f53b64.zip |
dev-python/xxhash: keyword 2.0.2 for ~x86
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xxhash')
-rw-r--r-- | dev-python/xxhash/xxhash-2.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/xxhash/xxhash-2.0.2.ebuild b/dev-python/xxhash/xxhash-2.0.2.ebuild index 57d6734c93ad..b13178e0671a 100644 --- a/dev-python/xxhash/xxhash-2.0.2.ebuild +++ b/dev-python/xxhash/xxhash-2.0.2.ebuild @@ -11,13 +11,13 @@ DESCRIPTION="Python binding for the xxHash library" HOMEPAGE="https://github.com/ifduyue/python-xxhash https://pypi.org/project/xxhash/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64" +LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64 ~x86" RDEPEND=">=dev-libs/xxhash-0.8.0" -BDEPEND="${RDEPEND}" +DEPEND="${RDEPEND}" distutils_enable_tests unittest |