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 /app-crypt/certbot-nginx | |
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 'app-crypt/certbot-nginx')
4 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.28.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-0.28.0.ebuild index 6b17f2f6b5a5..6b6c1d3784c8 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-0.28.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-0.28.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then S=${WORKDIR}/${P}/${PN} else SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz" - KEYWORDS="amd64 ~arm x86" + KEYWORDS="amd64 ~arm ~arm64 x86" S=${WORKDIR}/${PN%-nginx}-${PV}/${PN} fi diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.29.1.ebuild b/app-crypt/certbot-nginx/certbot-nginx-0.29.1.ebuild index 9c1a8e9d9fab..ec0e921c2c8f 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-0.29.1.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-0.29.1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then S=${WORKDIR}/${P}/${PN} else SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz" - KEYWORDS="amd64 ~arm x86" + KEYWORDS="amd64 ~arm ~arm64 x86" S=${WORKDIR}/${PN%-nginx}-${PV}/${PN} fi diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.30.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-0.30.0.ebuild index 09f9842d8186..b84d186a8cd7 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-0.30.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-0.30.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then S=${WORKDIR}/${P}/${PN} else SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" S=${WORKDIR}/${PN%-nginx}-${PV}/${PN} fi diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild index 760abf28a407..b3315cd42643 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then S=${WORKDIR}/${P}/${PN} else SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" S=${WORKDIR}/${PN%-nginx}-${PV}/${PN} fi |