summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrius Štikonas <andrius@stikonas.eu>2018-11-11 14:50:37 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-13 01:40:58 -0600
commit8954c0b02083853fd19f3485234fc261a8f3651c (patch)
tree83a3f5d51b8d915ee98e619cc8f12158c6da9853 /app-crypt/acme/acme-9999.ebuild
parentapp-admin/puppetdb: fix puppetdb init (diff)
downloadgentoo-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 'app-crypt/acme/acme-9999.ebuild')
-rw-r--r--app-crypt/acme/acme-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
index d408adeca31b..cc2960bf38c0 100644
--- a/app-crypt/acme/acme-9999.ebuild
+++ b/app-crypt/acme/acme-9999.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
S=${WORKDIR}/${P}/${PN}
else
SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz"
- KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
S=${WORKDIR}/certbot-${PV}/acme
fi