From e89687a27e5011c51c7eebd1e9d1265ab3f53b64 Mon Sep 17 00:00:00 2001 From: Zamarin Arthur Date: Sun, 6 Jun 2021 08:19:02 +0300 Subject: dev-python/xxhash: keyword 2.0.2 for ~x86 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zamarin Arthur Signed-off-by: Michał Górny --- dev-python/xxhash/xxhash-2.0.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-python/xxhash') 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 -- cgit v1.2.3-65-gdbad