From 36877cf073ce95a9016237ea4b26de5b3b4b0914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 23 Nov 2023 20:38:06 +0100 Subject: [PATCH] dev-python/toposort: Keyword 1.10 arm64, #918071 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/toposort/toposort-1.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/toposort/toposort-1.10.ebuild b/dev-python/toposort/toposort-1.10.ebuild index 62add62ad95d9..e68a027789a69 100644 --- a/dev-python/toposort/toposort-1.10.ebuild +++ b/dev-python/toposort/toposort-1.10.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" python_test() { "${EPYTHON}" test/test_toposort.py -v || die "Tests failed with ${EPYTHON}"