diff options
author | 2024-10-19 07:47:33 +0000 | |
---|---|---|
committer | 2024-10-19 07:47:33 +0000 | |
commit | 2da179d037cdcf0a653c8047ea67d6d33943d126 (patch) | |
tree | a0aad027d48e8f61c361a52989daef1cf65a5d2c /dev-python/dill | |
parent | sci-mathematics/z3: Stabilize 4.13.3 arm64, #941789 (diff) | |
download | gentoo-2da179d037cdcf0a653c8047ea67d6d33943d126.tar.gz gentoo-2da179d037cdcf0a653c8047ea67d6d33943d126.tar.bz2 gentoo-2da179d037cdcf0a653c8047ea67d6d33943d126.zip |
dev-python/dill: Stabilize 0.3.9 ALLARCHES, #941826
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/dill')
-rw-r--r-- | dev-python/dill/dill-0.3.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dill/dill-0.3.9.ebuild b/dev-python/dill/dill-0.3.9.ebuild index 2448d4796a31..e4e94f87b367 100644 --- a/dev-python/dill/dill-0.3.9.ebuild +++ b/dev-python/dill/dill-0.3.9.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" python_test() { "${EPYTHON}" -m dill.tests || die |