diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-23 20:38:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-23 20:38:06 +0100 |
commit | 36877cf073ce95a9016237ea4b26de5b3b4b0914 (patch) | |
tree | 20b27e8bcd0818c11d601916d13e35c281b73110 /dev-python/toposort/toposort-1.10.ebuild | |
parent | dev-python/textX: Keyword 4.0.1 arm64, #918070 (diff) | |
download | gentoo-36877cf073ce95a9016237ea4b26de5b3b4b0914.tar.gz gentoo-36877cf073ce95a9016237ea4b26de5b3b4b0914.tar.bz2 gentoo-36877cf073ce95a9016237ea4b26de5b3b4b0914.zip |
dev-python/toposort: Keyword 1.10 arm64, #918071
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/toposort/toposort-1.10.ebuild')
-rw-r--r-- | dev-python/toposort/toposort-1.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/toposort/toposort-1.10.ebuild b/dev-python/toposort/toposort-1.10.ebuild index 62add62ad95d..e68a027789a6 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}" |