diff options
author | 2021-01-13 09:17:13 +0000 | |
---|---|---|
committer | 2021-01-13 09:17:13 +0000 | |
commit | b7b19cdd0413e0f6b8ef3e511d6a745f59064cef (patch) | |
tree | 443bfdb4fd8f6103d0b350ae8568c8ed29be5c30 /app-admin/keepassxc | |
parent | dev-libs/libdnsres: Stabilize 0.1a-r3 amd64, #765145 (diff) | |
download | gentoo-b7b19cdd0413e0f6b8ef3e511d6a745f59064cef.tar.gz gentoo-b7b19cdd0413e0f6b8ef3e511d6a745f59064cef.tar.bz2 gentoo-b7b19cdd0413e0f6b8ef3e511d6a745f59064cef.zip |
app-admin/keepassxc: Stabilize 2.6.2 amd64, #765172
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.6.2.ebuild b/app-admin/keepassxc/keepassxc-2.6.2.ebuild index 0511c16e1277..7ab0a8449bd6 100644 --- a/app-admin/keepassxc/keepassxc-2.6.2.ebuild +++ b/app-admin/keepassxc/keepassxc-2.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 |