diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-09-04 14:00:48 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-09-04 14:07:19 -0500 |
commit | bb949cb081f28fe152916068f4e9a664fdbf1d01 (patch) | |
tree | 7ec61054917bf4261c562b7e6664c8c41f7c844e /dev-python/distro | |
parent | app-crypt/acme: 0.38.0 bump (diff) | |
download | gentoo-bb949cb081f28fe152916068f4e9a664fdbf1d01.tar.gz gentoo-bb949cb081f28fe152916068f4e9a664fdbf1d01.tar.bz2 gentoo-bb949cb081f28fe152916068f4e9a664fdbf1d01.zip |
dev-python/distro: keyword for certbot
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/distro')
-rw-r--r-- | dev-python/distro/distro-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/distro/distro-1.0.4.ebuild b/dev-python/distro/distro-1.0.4.ebuild index 7190e1f71a99..f4bb140dd689 100644 --- a/dev-python/distro/distro-1.0.4.ebuild +++ b/dev-python/distro/distro-1.0.4.ebuild @@ -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}] )" |