diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-03-27 21:18:51 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-03-27 21:18:51 +0100 |
commit | 2be5eaac754733dd20f2530091e7c4d42598b7d6 (patch) | |
tree | 365b142daa22c22b90fa17fd0b2c03f149f6e72f /dev-python/dill | |
parent | dev-python/uri_template: Keyword 1.1.0 for ~m68k (diff) | |
download | gentoo-2be5eaac754733dd20f2530091e7c4d42598b7d6.tar.gz gentoo-2be5eaac754733dd20f2530091e7c4d42598b7d6.tar.bz2 gentoo-2be5eaac754733dd20f2530091e7c4d42598b7d6.zip |
dev-python/dill: Keyword 0.3.4-r1 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/dill')
-rw-r--r-- | dev-python/dill/dill-0.3.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dill/dill-0.3.4-r1.ebuild b/dev-python/dill/dill-0.3.4-r1.ebuild index 3c4e208cad04..7adc8ad7e0e1 100644 --- a/dev-python/dill/dill-0.3.4-r1.ebuild +++ b/dev-python/dill/dill-0.3.4-r1.ebuild @@ -18,7 +18,7 @@ S=${WORKDIR}/${PN}-${P} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux" python_test() { local fail= t |