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 4B20215808C for ; Wed, 6 Apr 2022 06:33:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 765AEE09E7; Wed, 6 Apr 2022 06:33:02 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC16AE09D6 for ; Wed, 6 Apr 2022 06:33:01 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7799F3413BB for ; Wed, 6 Apr 2022 06:32:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3701391 for ; Wed, 6 Apr 2022 06:32:56 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1649226767.790424b98030f1b8d6ab5dc6d2aa0d65c9542478.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/reedsolomon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/reedsolomon/reedsolomon-1.5.4-r1.ebuild X-VCS-Directories: dev-python/reedsolomon/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 790424b98030f1b8d6ab5dc6d2aa0d65c9542478 X-VCS-Branch: master Date: Wed, 6 Apr 2022 06:32:56 +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: 8b75c81f-44e0-493a-9faa-a08a52c1e03c X-Archives-Hash: d321bb86353216f5e6a85cce3e57955f commit: 790424b98030f1b8d6ab5dc6d2aa0d65c9542478 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Apr 6 06:32:47 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Apr 6 06:32:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790424b9 dev-python/reedsolomon: x86 stable wrt bug #836809 Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/reedsolomon/reedsolomon-1.5.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/reedsolomon/reedsolomon-1.5.4-r1.ebuild b/dev-python/reedsolomon/reedsolomon-1.5.4-r1.ebuild index 25842d39935f..dc269813e559 100644 --- a/dev-python/reedsolomon/reedsolomon-1.5.4-r1.ebuild +++ b/dev-python/reedsolomon/reedsolomon-1.5.4-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/tomerfiliba/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )"