diff options
author | 2024-04-18 00:28:35 +0100 | |
---|---|---|
committer | 2024-04-18 00:28:35 +0100 | |
commit | 94aedd5062c720bda87a11b2a88c43aecf6262d0 (patch) | |
tree | 8e8c4c597720d082eb3009df0617c145d4ea2a0b /app-admin/keepassxc | |
parent | app-emacs/jinx: Stabilize 1.4 amd64, #930163 (diff) | |
download | gentoo-94aedd5062c720bda87a11b2a88c43aecf6262d0.tar.gz gentoo-94aedd5062c720bda87a11b2a88c43aecf6262d0.tar.bz2 gentoo-94aedd5062c720bda87a11b2a88c43aecf6262d0.zip |
app-admin/keepassxc: Stabilize 2.7.7-r2 x86, #930165
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.7.7-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.7.7-r2.ebuild b/app-admin/keepassxc/keepassxc-2.7.7-r2.ebuild index 8d02ce243c7b..6d17e534e3b4 100644 --- a/app-admin/keepassxc/keepassxc-2.7.7-r2.ebuild +++ b/app-admin/keepassxc/keepassxc-2.7.7-r2.ebuild @@ -16,7 +16,7 @@ if [[ "${PV}" != *9999 ]] ; then else SRC_URI="https://github.com/keepassxreboot/${PN}/releases/download/${PV}/${P}-src.tar.xz" - KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" fi else inherit git-r3 |