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 13CCB158089 for ; Fri, 27 Oct 2023 02:34:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CE342BC0AC; Fri, 27 Oct 2023 02:34:50 +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 192232BC0AC for ; Fri, 27 Oct 2023 02:34:50 +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 B29A7335CA6 for ; Fri, 27 Oct 2023 02:34:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82D0512D7 for ; Fri, 27 Oct 2023 02:34:46 +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: <1698373911.b2333d0ba9bb7bcb3f70b5a3cc3512f92d47665b.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: b2333d0ba9bb7bcb3f70b5a3cc3512f92d47665b X-VCS-Branch: master Date: Fri, 27 Oct 2023 02:34:46 +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: 300c5c37-b806-4a57-9cf4-f7cc7c56fc39 X-Archives-Hash: c71235f2ccc2a69270510bf2cccfe7d6 commit: b2333d0ba9bb7bcb3f70b5a3cc3512f92d47665b Author: Paul Zander gmail com> AuthorDate: Wed Oct 11 15:16:32 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 27 02:31:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2333d0b 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}]"