From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 97148139337 for ; Sun, 1 Aug 2021 21:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83024E093D; Sun, 1 Aug 2021 21:33:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B6B2E093D for ; Sun, 1 Aug 2021 21:33:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A49F343BDA for ; Sun, 1 Aug 2021 21:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 758D184F for ; Sun, 1 Aug 2021 21:33:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1627853026.e89687a27e5011c51c7eebd1e9d1265ab3f53b64.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xxhash/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xxhash/xxhash-2.0.2.ebuild X-VCS-Directories: dev-python/xxhash/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e89687a27e5011c51c7eebd1e9d1265ab3f53b64 X-VCS-Branch: master Date: Sun, 1 Aug 2021 21:33:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad3f23eb-6f86-41e1-a2d7-8b377b2efb32 X-Archives-Hash: ad61031c409e9e9bc4e316d32bd04d07 commit: e89687a27e5011c51c7eebd1e9d1265ab3f53b64 Author: Zamarin Arthur gmail com> AuthorDate: Sun Jun 6 05:19:02 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 1 21:23:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89687a2 dev-python/xxhash: keyword 2.0.2 for ~x86 Signed-off-by: Zamarin Arthur gmail.com> Signed-off-by: Michał Górny gentoo.org> dev-python/xxhash/xxhash-2.0.2.ebuild | 6 +++--- 1 file 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 57d6734c93a..b13178e0671 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