summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2021-06-06 08:19:02 +0300
committerMichał Górny <mgorny@gentoo.org>2021-08-01 23:23:46 +0200
commite89687a27e5011c51c7eebd1e9d1265ab3f53b64 (patch)
tree30fe0ef32b64475c8bc528b8e0ddb7de4deb08dd /dev-python/xxhash/xxhash-2.0.2.ebuild
parentdev-python/pytest-tempdir: bump to python 3.10 (diff)
downloadgentoo-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/xxhash-2.0.2.ebuild')
-rw-r--r--dev-python/xxhash/xxhash-2.0.2.ebuild6
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