summaryrefslogtreecommitdiff
path: root/dev-python/toposort
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-23 22:30:19 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-23 22:30:19 +0000
commit2d37d4dc50650d8de650e8a476233f57d972cdf6 (patch)
treee90121d54377e3cc5a76e4028035962ba97c44d5 /dev-python/toposort
parent191f9d51469a31970723ed9eb0aee70ffe63094e (diff)
gentoo auto-resync : 23:11:2023 - 22:30:19
Diffstat (limited to 'dev-python/toposort')
-rw-r--r--dev-python/toposort/Manifest2
-rw-r--r--dev-python/toposort/toposort-1.10.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/toposort/Manifest b/dev-python/toposort/Manifest
index 800d6587a905..ff3da0bd9b37 100644
--- a/dev-python/toposort/Manifest
+++ b/dev-python/toposort/Manifest
@@ -1,3 +1,3 @@
DIST toposort-1.10.tar.gz 11132 BLAKE2B 373c9549cb5e64d2636fe8bd67d73a8eeab671243b562654660bc59c2ceddc4196fad3882bd68d873647ddf504a6c90174b5c995dbd7c8e457744b4daceaa099 SHA512 7578706b2b383f4e1c7228aebc2f590ec51953e36d594572d494bc928d4f207da7419a9b662a2f77426347f49d33f355f67f45e28226a7e4546d6c16c743dc4e
-EBUILD toposort-1.10.ebuild 502 BLAKE2B ba2890fc08d8df5e16837e9d82f730312aa5d961feb735aa623afcb1e823c9d8c163c86dd165fe3e02704c40a5abb0481883dcc5da2ed68745873182497479af SHA512 bd83911ee32e483e46765df40fb3a77cdb98053cb558d689613c50b497bed30f89cce6a900a67056d74fcbbcb9dc405d7c978a11d0dbbab9d5ada5bcab14b9ef
+EBUILD toposort-1.10.ebuild 509 BLAKE2B eeccb3ee001ffafb79b0e97f20717e3f13a3d75dcd52aa54682695a871ac6ebcf94244b78da39dce453a931e9fda4d069c8ff4827b5fa89ff7975cf72ad4f4ee SHA512 0c1904007b32abaf53bb2b918c84f773924df2bf0386f19bd74bc545a1748c86dc8da2b770722768473242d25099517c7877bb01d97c7da2ee09a1c2a327b6f6
MISC metadata.xml 552 BLAKE2B db94a324a1d469b39cab84355fed6b2f2b76e3e74deb7704d7c2628bfcb280a1e45f3f148de790fe955a238992cdf21c371eded3dadae8499fb7b481e05960a6 SHA512 3e717a075efacf2f6c6e80d8d857f3efb30ddffa856f06fe83581673951f14d662e52e69a868f91daaa3b84f639a97c909eddbd984b8f2a66b0120aa377a001d
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}"