dev-python/distro: keyword for certbot
authorMatthew Thode <prometheanfire@gentoo.org>
Wed, 4 Sep 2019 19:00:48 +0000 (14:00 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 4 Sep 2019 19:07:19 +0000 (14:07 -0500)
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/distro/distro-1.0.4.ebuild

index 7190e1f71a9921154119b86174257763084d8bda..f4bb140dd6897752310f5dae0d945dcbebbbc685 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"