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 09B30138350 for ; Sat, 2 May 2020 20:18:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C75DE08FB; Sat, 2 May 2020 20:18:44 +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 246B5E08FB for ; Sat, 2 May 2020 20:18:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D9FBC34F2CC for ; Sat, 2 May 2020 20:18:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 845101F6 for ; Sat, 2 May 2020 20:18:41 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1588450700.44e79c1045076da09da356a9acbf90d670602f9a.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ujson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ujson/ujson-2.0.3.ebuild X-VCS-Directories: dev-python/ujson/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 44e79c1045076da09da356a9acbf90d670602f9a X-VCS-Branch: master Date: Sat, 2 May 2020 20:18:41 +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: 040bc5fc-575f-49f5-a904-cffa3a8cd6d3 X-Archives-Hash: 3425d473740de0ffdf7139ad75a07f8b commit: 44e79c1045076da09da356a9acbf90d670602f9a Author: Sven Wegener gentoo org> AuthorDate: Sat May 2 20:14:42 2020 +0000 Commit: Sven Wegener gentoo org> CommitDate: Sat May 2 20:18:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e79c10 dev-python/ujson: Stable 2.0.3 on amd64/x86, bug #720648 Bug: https://bugs.gentoo.org/720648 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sven Wegener gentoo.org> dev-python/ujson/ujson-2.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ujson/ujson-2.0.3.ebuild b/dev-python/ujson/ujson-2.0.3.ebuild index 5679fb2c3fc..d47509461b0 100644 --- a/dev-python/ujson/ujson-2.0.3.ebuild +++ b/dev-python/ujson/ujson-2.0.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"