diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-03-23 14:22:17 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-03-23 14:58:17 -0500 |
commit | 28c858dd9aa0b91855161212663f86f6d9f21c4b (patch) | |
tree | ffe9b8b091f77e390e21667cfbf2a3958ff0c59a /dev-python/testpath | |
parent | dev-ruby/facter: 3.12.4 bump (diff) | |
download | gentoo-28c858dd9aa0b91855161212663f86f6d9f21c4b.tar.gz gentoo-28c858dd9aa0b91855161212663f86f6d9f21c4b.tar.bz2 gentoo-28c858dd9aa0b91855161212663f86f6d9f21c4b.zip |
dev-python/testpath: add arm keyword under allarches for keyring
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/testpath')
-rw-r--r-- | dev-python/testpath/testpath-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/testpath/testpath-0.3.1.ebuild b/dev-python/testpath/testpath-0.3.1.ebuild index 14874dcf51ff..c879fc3fc78b 100644 --- a/dev-python/testpath/testpath-0.3.1.ebuild +++ b/dev-python/testpath/testpath-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/jupyter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86" IUSE="doc test" DEPEND=" |