From 39f5153b5a1794be4b9963119cc90bb2c9c3de85 Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Wed, 11 Oct 2023 17:16:32 +0200 Subject: [PATCH] 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 Signed-off-by: Sam James --- 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 e9672290f15ed..5183c4bb3f189 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}]"