diff options
author | Steev Klimaszewski <steev@gentoo.org> | 2019-05-19 21:15:18 -0500 |
---|---|---|
committer | Steev Klimaszewski <steev@gentoo.org> | 2019-05-19 21:15:27 -0500 |
commit | 6e1c7416ff19e685f642c71c63a79e58bf041898 (patch) | |
tree | 30fc30b483482b58eff3032d5ba05dd9431092a1 /dev-python/iocapture | |
parent | dev-python/libvirt-python: drop old (diff) | |
download | gentoo-6e1c7416ff19e685f642c71c63a79e58bf041898.tar.gz gentoo-6e1c7416ff19e685f642c71c63a79e58bf041898.tar.bz2 gentoo-6e1c7416ff19e685f642c71c63a79e58bf041898.zip |
dev-python/iocapture: add ~arm64 keyword
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Stephen Klimaszewski <steev@gentoo.org>
Diffstat (limited to 'dev-python/iocapture')
-rw-r--r-- | dev-python/iocapture/iocapture-0.1.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/iocapture/iocapture-0.1.2-r1.ebuild b/dev-python/iocapture/iocapture-0.1.2-r1.ebuild index d61446b1ab2e..3d32252c86ef 100644 --- a/dev-python/iocapture/iocapture-0.1.2-r1.ebuild +++ b/dev-python/iocapture/iocapture-0.1.2-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://pypi.org/project/iocapture/" SRC_URI="https://github.com/oinume/iocapture/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" LICENSE="MIT" IUSE="test" |