diff options
author | Sam James <sam@gentoo.org> | 2020-07-30 20:01:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-30 20:01:10 +0000 |
commit | 0583b5a410deeb8a635acde19e7f4ea973d9c811 (patch) | |
tree | c9008a6e1bb92727b7659ce8606e3559b48732c6 /dev-python/dill | |
parent | dev-python/chameleon: ALLARCHES stable (via amd64, bug #734392) (diff) | |
download | gentoo-0583b5a410deeb8a635acde19e7f4ea973d9c811.tar.gz gentoo-0583b5a410deeb8a635acde19e7f4ea973d9c811.tar.bz2 gentoo-0583b5a410deeb8a635acde19e7f4ea973d9c811.zip |
dev-python/dill: ALLARCHES stable (via amd64, bug #734400)
Closes: https://bugs.gentoo.org/734400
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/dill')
-rw-r--r-- | dev-python/dill/dill-0.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dill/dill-0.3.2.ebuild b/dev-python/dill/dill-0.3.2.ebuild index a16305159e07..21415440540d 100644 --- a/dev-python/dill/dill-0.3.2.ebuild +++ b/dev-python/dill/dill-0.3.2.ebuild @@ -16,7 +16,7 @@ S=${WORKDIR}/${PN}-${P} LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ppc x86 ~amd64-linux ~x86-linux" python_test() { local fail= t |