diff options
author | Sam James <sam@gentoo.org> | 2021-07-24 16:10:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-24 16:10:52 +0100 |
commit | a1210396ef526470d37fe234ca3efc8d52f46d48 (patch) | |
tree | 71e4820e62468c2b35ff65345b5f7560b9a8d3a9 /dev-python/dill | |
parent | dev-python/configargparse: Stabilize 1.5.1 ALLARCHES, #803680 (diff) | |
download | gentoo-a1210396ef526470d37fe234ca3efc8d52f46d48.tar.gz gentoo-a1210396ef526470d37fe234ca3efc8d52f46d48.tar.bz2 gentoo-a1210396ef526470d37fe234ca3efc8d52f46d48.zip |
dev-python/dill: Stabilize 0.3.4 ALLARCHES, #803683
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/dill')
-rw-r--r-- | dev-python/dill/dill-0.3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dill/dill-0.3.4.ebuild b/dev-python/dill/dill-0.3.4.ebuild index ad2d9fcfa59e..edfacf4878f7 100644 --- a/dev-python/dill/dill-0.3.4.ebuild +++ b/dev-python/dill/dill-0.3.4.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 |