diff options
author | Andrius Štikonas <andrius@stikonas.eu> | 2018-11-11 14:50:37 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-13 01:40:58 -0600 |
commit | 8954c0b02083853fd19f3485234fc261a8f3651c (patch) | |
tree | 83a3f5d51b8d915ee98e619cc8f12158c6da9853 /dev-python/betamax | |
parent | app-admin/puppetdb: fix puppetdb init (diff) | |
download | gentoo-8954c0b02083853fd19f3485234fc261a8f3651c.tar.gz gentoo-8954c0b02083853fd19f3485234fc261a8f3651c.tar.bz2 gentoo-8954c0b02083853fd19f3485234fc261a8f3651c.zip |
app-crypt/certbot: add ~arm64 keywords to certbot and dependencies.
Signed-off-by: Andrius Štikonas <andrius@stikonas.eu>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/betamax')
-rw-r--r-- | dev-python/betamax/betamax-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/betamax/betamax-0.8.0.ebuild b/dev-python/betamax/betamax-0.8.0.ebuild index e5be7c43646c..df4c736cceb9 100644 --- a/dev-python/betamax/betamax-0.8.0.ebuild +++ b/dev-python/betamax/betamax-0.8.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" IUSE="test" RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" |