summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2022-12-22 13:55:29 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2022-12-22 13:55:42 -0600
commit570727418960f35579c52c725caa8ff65a6e2ca8 (patch)
tree7f02e4a965be0bf0d0de73ce051f81a8aa57be61
parentapp-crypt/certbot-apache: stabilize 2.0.0 for amd64, x86 (diff)
downloadgentoo-57072741.tar.gz
gentoo-57072741.tar.bz2
gentoo-57072741.zip
app-crypt/certbot-nginx: stabilize 2.0.0 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--app-crypt/certbot-nginx/certbot-nginx-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-2.0.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-2.0.0.ebuild
index b1aa9acb7e1a..d0adb3551929 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-2.0.0.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-2.0.0.ebuild
@@ -12,7 +12,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 ~arm64 x86"
S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
fi