diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-19 13:05:39 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-19 13:13:47 +0200 |
commit | 7677c4e8d66d89c284618eca6a0540b497440d19 (patch) | |
tree | 2d4c505706e4be238b8e5429bd91fbdd6b36a6d4 /dev-python/testpath | |
parent | virtual/python-pathlib: keyword ~arm64 (diff) | |
download | gentoo-7677c4e8d66d89c284618eca6a0540b497440d19.tar.gz gentoo-7677c4e8d66d89c284618eca6a0540b497440d19.tar.bz2 gentoo-7677c4e8d66d89c284618eca6a0540b497440d19.zip |
dev-python/testpath: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/testpath')
-rw-r--r-- | dev-python/testpath/testpath-0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testpath/testpath-0.3.ebuild b/dev-python/testpath/testpath-0.3.ebuild index 260d6b070391..efa5591fab24 100644 --- a/dev-python/testpath/testpath-0.3.ebuild +++ b/dev-python/testpath/testpath-0.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/jupyter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc test" DEPEND=" |