diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-11-30 22:15:25 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-11-30 22:15:25 +0100 |
commit | baeda6b12e1840d5adcf135355f093c232604210 (patch) | |
tree | 9740657c92c5ddf7ea984186690836258fbd0984 /app-admin/keepassxc | |
parent | dev-lang/ruby: Stabilize 2.7.7 amd64, #883137 (diff) | |
download | gentoo-baeda6b12e1840d5adcf135355f093c232604210.tar.gz gentoo-baeda6b12e1840d5adcf135355f093c232604210.tar.bz2 gentoo-baeda6b12e1840d5adcf135355f093c232604210.zip |
app-admin/keepassxc: Stabilize 2.7.4 amd64, #883763
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.7.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.7.4.ebuild b/app-admin/keepassxc/keepassxc-2.7.4.ebuild index eced3151172f..fe3795ec295f 100644 --- a/app-admin/keepassxc/keepassxc-2.7.4.ebuild +++ b/app-admin/keepassxc/keepassxc-2.7.4.ebuild @@ -16,7 +16,7 @@ if [[ "${PV}" != *9999 ]] ; then else #SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://github.com/keepassxreboot/keepassxc/releases/download/${PV}/${P}-src.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" fi else inherit git-r3 |