diff options
Diffstat (limited to 'dev-python/python-caja/python-caja-1.28.0.ebuild')
-rw-r--r-- | dev-python/python-caja/python-caja-1.28.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-caja/python-caja-1.28.0.ebuild b/dev-python/python-caja/python-caja-1.28.0.ebuild index 38b776b83b1c..d9d6fe7c515e 100644 --- a/dev-python/python-caja/python-caja-1.28.0.ebuild +++ b/dev-python/python-caja/python-caja-1.28.0.ebuild @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python3_{9..12} ) inherit mate python-single-r1 if [[ "${PV}" != *9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" fi DESCRIPTION="Python bindings for the Caja file manager" |