commit: 405a331d5d5c1c3e3d9eaa8ddad95df055d65cf9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 3 09:34:21 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 3 09:46:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405a331d
app-crypt/certbot-nginx: Dekeyword ~arm64 due to deps
app-crypt/certbot-nginx/certbot-nginx-0.20.0.ebuild | 2 +-
app-crypt/certbot-nginx/certbot-nginx-0.21.1.ebuild | 2 +-
app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.20.0.ebuild
b/app-crypt/certbot-nginx/certbot-nginx-0.20.0.ebuild
index ad1524f82a0..d8d4c6b6a24 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-0.20.0.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-0.20.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 ~arm64 x86"
+ KEYWORDS="amd64 ~arm x86"
S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
fi
diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.21.1.ebuild
b/app-crypt/certbot-nginx/certbot-nginx-0.21.1.ebuild
index ad1524f82a0..d8d4c6b6a24 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-0.21.1.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-0.21.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 ~arm64 x86"
+ KEYWORDS="amd64 ~arm 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 94d8fd92279..d267c60f775 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 ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm ~x86"
S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
fi