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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 639BA158086 for ; Thu, 2 Dec 2021 13:05:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D599CE085B; Thu, 2 Dec 2021 13:05:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F50BE0863 for ; Thu, 2 Dec 2021 13:05:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 588A3342F72 for ; Thu, 2 Dec 2021 13:05:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FF681C6 for ; Thu, 2 Dec 2021 13:05:47 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1638450335.12bff1a52a3bf5c8b01ec8f1e9f79b88cbf83e59.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hiredis/hiredis-2.0.0-r2.ebuild X-VCS-Directories: dev-python/hiredis/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 12bff1a52a3bf5c8b01ec8f1e9f79b88cbf83e59 X-VCS-Branch: master Date: Thu, 2 Dec 2021 13:05:47 +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: b7aa8804-af66-4944-bfc0-b5a1fc3ee2a2 X-Archives-Hash: ec96e51fc553a5f97839f555a37299f1 commit: 12bff1a52a3bf5c8b01ec8f1e9f79b88cbf83e59 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Dec 2 13:04:04 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Dec 2 13:05:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12bff1a5 dev-python/hiredis: Stabilize 2.0.0-r2 amd64, #827984 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/hiredis/hiredis-2.0.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hiredis/hiredis-2.0.0-r2.ebuild b/dev-python/hiredis/hiredis-2.0.0-r2.ebuild index 7cbadaa539a6..ebb51e38c5be 100644 --- a/dev-python/hiredis/hiredis-2.0.0-r2.ebuild +++ b/dev-python/hiredis/hiredis-2.0.0-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~sparc ~x86" IUSE="system-libs" DEPEND="system-libs? ( >=dev-libs/hiredis-1.0.0:= )"