diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-03 10:34:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-03 10:46:54 +0100 |
commit | 405a331d5d5c1c3e3d9eaa8ddad95df055d65cf9 (patch) | |
tree | fab2f9958793292babda10558b70f28d7c7ad082 /app-crypt/certbot-nginx | |
parent | dev-cpp/eigen: Add conditional test restriction for use masking (diff) | |
download | gentoo-405a331d5d5c1c3e3d9eaa8ddad95df055d65cf9.tar.gz gentoo-405a331d5d5c1c3e3d9eaa8ddad95df055d65cf9.tar.bz2 gentoo-405a331d5d5c1c3e3d9eaa8ddad95df055d65cf9.zip |
app-crypt/certbot-nginx: Dekeyword ~arm64 due to deps
Diffstat (limited to 'app-crypt/certbot-nginx')
-rw-r--r-- | app-crypt/certbot-nginx/certbot-nginx-0.20.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/certbot-nginx/certbot-nginx-0.21.1.ebuild | 2 | ||||
-rw-r--r-- | 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 ad1524f82a0b..d8d4c6b6a24f 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 ad1524f82a0b..d8d4c6b6a24f 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 94d8fd922794..d267c60f7750 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 |