diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-25 15:09:39 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-25 15:17:16 +0100 |
commit | 91028eaf7333edd2ab8dad9cc8b263a7e503f885 (patch) | |
tree | 447f702eab2504f03a72947df34d063f74e2b15b /dev-python/dill | |
parent | dev-python/diff-match-patch: amd64 stable wrt bug #714312 (diff) | |
download | gentoo-91028eaf7333edd2ab8dad9cc8b263a7e503f885.tar.gz gentoo-91028eaf7333edd2ab8dad9cc8b263a7e503f885.tar.bz2 gentoo-91028eaf7333edd2ab8dad9cc8b263a7e503f885.zip |
dev-python/dill: amd64 stable wrt bug #714314
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/dill')
-rw-r--r-- | dev-python/dill/dill-0.3.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dill/dill-0.3.1.1.ebuild b/dev-python/dill/dill-0.3.1.1.ebuild index f6ff96ecd680..a657c1267fc1 100644 --- a/dev-python/dill/dill-0.3.1.1.ebuild +++ b/dev-python/dill/dill-0.3.1.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" 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 |