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 AF805158089 for ; Fri, 27 Oct 2023 03:20:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 723E02BC0A2; Fri, 27 Oct 2023 03:20:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5DADF2BC0A2 for ; Fri, 27 Oct 2023 03:20:43 +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 98862335C31 for ; Fri, 27 Oct 2023 03:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7E0012CB for ; Fri, 27 Oct 2023 03:20:40 +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: <1698376525.39f5153b5a1794be4b9963119cc90bb2c9c3de85.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-press-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild X-VCS-Directories: dev-python/sphinx-press-theme/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 39f5153b5a1794be4b9963119cc90bb2c9c3de85 X-VCS-Branch: master Date: Fri, 27 Oct 2023 03:20:40 +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: a42b216e-6581-4162-9e32-b24f247bb3b3 X-Archives-Hash: f9106d9ccc6a7bec40a86d23c35ab4ef commit: 39f5153b5a1794be4b9963119cc90bb2c9c3de85 Author: Paul Zander gmail com> AuthorDate: Wed Oct 11 15:16:32 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 27 03:15:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f5153b dev-python/sphinx-press-theme: add KEYWORDS to match media-libs/opencolorio * media-libs/opencolorio is the consumer at the moment, so march it's KEYWORDS Signed-off-by: Paul Zander gmail.com> Signed-off-by: Sam James gentoo.org> dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild index e9672290f15e..5183c4bb3f18 100644 --- a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild +++ b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild @@ -15,6 +15,6 @@ HOMEPAGE="https://github.com/schettino72/sphinx_press_theme" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"