diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-01-05 13:00:35 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-01-05 13:00:35 -0500 |
commit | 24072e59f0c0e69da598cf9a31ea6038cac66aa8 (patch) | |
tree | 791847b6dd42fd48fc5cb2e1186eb0f88285f48c | |
parent | sys-cluster/keepalived: add slot rebuild constraint for json-c (diff) | |
download | gentoo-24072e59f0c0e69da598cf9a31ea6038cac66aa8.tar.gz gentoo-24072e59f0c0e69da598cf9a31ea6038cac66aa8.tar.bz2 gentoo-24072e59f0c0e69da598cf9a31ea6038cac66aa8.zip |
dev-python/pathlib2: restore ~arm64 keyword
Closes: https://bugs.gentoo.org/643584
Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37
-rw-r--r-- | dev-python/pathlib2/pathlib2-2.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pathlib2/pathlib2-2.3.0.ebuild b/dev-python/pathlib2/pathlib2-2.3.0.ebuild index e4c21c8d96a9..c23057673735 100644 --- a/dev-python/pathlib2/pathlib2-2.3.0.ebuild +++ b/dev-python/pathlib2/pathlib2-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/p/pathlib2/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" RDEPEND=" |