diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-11-20 15:36:28 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-11-20 15:38:40 -0600 |
commit | fd2f540b2b476bb06086c35401037e09b9fb0714 (patch) | |
tree | 52117850b0acfb15e1698bbbb540171fca19ce13 /app-crypt | |
parent | app-crypt/pinentry: Add USE-dependency on app-emacs/pinentry (diff) | |
download | gentoo-fd2f540b2b476bb06086c35401037e09b9fb0714.tar.gz gentoo-fd2f540b2b476bb06086c35401037e09b9fb0714.tar.bz2 gentoo-fd2f540b2b476bb06086c35401037e09b9fb0714.zip |
app-crypt/acme: stabilize 2.7.2 for amd64, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/acme/acme-2.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-2.7.2.ebuild b/app-crypt/acme/acme-2.7.2.ebuild index 88e179e64295..65ace3efd07c 100644 --- a/app-crypt/acme/acme-2.7.2.ebuild +++ b/app-crypt/acme/acme-2.7.2.ebuild @@ -22,7 +22,7 @@ else https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> ${PARENT_P}.gh.tar.gz " - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" fi DESCRIPTION="An implementation of the ACME protocol" |