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 EEF74158086 for ; Wed, 20 Oct 2021 03:11:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D358E0833; Wed, 20 Oct 2021 03:11:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21C49E0833 for ; Wed, 20 Oct 2021 03:11:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 281E833E02F for ; Wed, 20 Oct 2021 03:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D868E10A for ; Wed, 20 Oct 2021 03:11:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1634699472.d45a32e5e69e9088922a75736e60cdc61016ee9f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/citeproc-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/citeproc-py/citeproc-py-0.6.0.ebuild X-VCS-Directories: dev-python/citeproc-py/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d45a32e5e69e9088922a75736e60cdc61016ee9f X-VCS-Branch: master Date: Wed, 20 Oct 2021 03:11:29 +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: ee148d9f-bf52-4872-89f7-76e6923a07c3 X-Archives-Hash: f957fbadea7e59670e5cbc39ac83f46d commit: d45a32e5e69e9088922a75736e60cdc61016ee9f Author: Sam James gentoo org> AuthorDate: Wed Oct 20 03:11:08 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 20 03:11:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45a32e5 dev-python/citeproc-py: keyword 0.6.0 for ~x86 Didn't need to be dropped AFAIK. See: https://github.com/gentoo/gentoo/pull/22283 Signed-off-by: Sam James gentoo.org> dev-python/citeproc-py/citeproc-py-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/citeproc-py/citeproc-py-0.6.0.ebuild b/dev-python/citeproc-py/citeproc-py-0.6.0.ebuild index 6aaa4f52d37..b71b4ef34c4 100644 --- a/dev-python/citeproc-py/citeproc-py-0.6.0.ebuild +++ b/dev-python/citeproc-py/citeproc-py-0.6.0.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" BDEPEND=">=app-text/rnc2rng-2.6.3[${PYTHON_USEDEP}]" RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]"