diff options
author | 2019-04-17 13:59:04 -0400 | |
---|---|---|
committer | 2019-04-17 13:59:04 -0400 | |
commit | 2047c66ba15145d0e44df532ec7eddc200c585e1 (patch) | |
tree | b740db4e168a495297dbb871aaa5ba5eda74bf3f /dev-python/cheroot | |
parent | app-emulation/buildah: fix 1.7.3 commit hash (diff) | |
download | gentoo-2047c66ba15145d0e44df532ec7eddc200c585e1.tar.gz gentoo-2047c66ba15145d0e44df532ec7eddc200c585e1.tar.bz2 gentoo-2047c66ba15145d0e44df532ec7eddc200c585e1.zip |
dev-python/cheroot: arm64 keyworded (bug #615400)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python/cheroot')
-rw-r--r-- | dev-python/cheroot/cheroot-6.5.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cheroot/cheroot-6.5.4.ebuild b/dev-python/cheroot/cheroot-6.5.4.ebuild index c9ac41041223..3761c357fb7c 100644 --- a/dev-python/cheroot/cheroot-6.5.4.ebuild +++ b/dev-python/cheroot/cheroot-6.5.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" # Unit tests are temporarily disabled for this version, see below for # what needs to be done. # IUSE="test" |