diff options
author | 2024-04-17 23:35:44 +0100 | |
---|---|---|
committer | 2024-04-17 23:35:44 +0100 | |
commit | 96a3afb8374947362c18f71b1bed9915d0ad1cbb (patch) | |
tree | ad1bc4f8b6439f00750ffccb572d52af828ccc18 /app-admin/keepassxc | |
parent | dev-dotnet/dotnet-runtime-nugets: Stabilize 8.0.3-r1 arm, #930176 (diff) | |
download | gentoo-96a3afb8374947362c18f71b1bed9915d0ad1cbb.tar.gz gentoo-96a3afb8374947362c18f71b1bed9915d0ad1cbb.tar.bz2 gentoo-96a3afb8374947362c18f71b1bed9915d0ad1cbb.zip |
app-admin/keepassxc: Stabilize 2.7.7-r2 amd64, #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 d5cc5c92be33..8d02ce243c7b 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 |