diff options
author | Sam James <sam@gentoo.org> | 2021-02-02 21:00:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-02 21:00:10 +0000 |
commit | bcd020b7070d7094af13eec9f542b955f8570307 (patch) | |
tree | eea23bb552f682b96ab037f278f1f3feae9d1aad /app-admin | |
parent | net-irc/ngircd: Stabilize 26.1 amd64, #768144 (diff) | |
download | gentoo-bcd020b7070d7094af13eec9f542b955f8570307.tar.gz gentoo-bcd020b7070d7094af13eec9f542b955f8570307.tar.bz2 gentoo-bcd020b7070d7094af13eec9f542b955f8570307.zip |
app-admin/keepassxc: Stabilize 2.6.3 amd64, #768192
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.6.3.ebuild b/app-admin/keepassxc/keepassxc-2.6.3.ebuild index 5fd7f39fa640..7ab0a8449bd6 100644 --- a/app-admin/keepassxc/keepassxc-2.6.3.ebuild +++ b/app-admin/keepassxc/keepassxc-2.6.3.ebuild @@ -15,7 +15,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 ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" fi else inherit git-r3 |