dev-python/pycpio: Add missing ~arm64 keyword

Signed-off-by: Zen <z@pyl.onl>
This commit is contained in:
Zen
2024-05-27 09:32:55 -05:00
parent e8e29f7099
commit 6b2597d6cc

View File

@@ -13,6 +13,6 @@ SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm64"
DEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]"