diff options
author | Sam James <sam@gentoo.org> | 2021-01-13 09:18:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-13 09:18:12 +0000 |
commit | b5833402eeea917f53d586347a258614793450b1 (patch) | |
tree | 2fe50bd0d799688b793b15251db7f6e1864f5ea6 /app-admin | |
parent | dev-libs/libdnsres: Stabilize 0.1a-r3 x86, #765145 (diff) | |
download | gentoo-b5833402eeea917f53d586347a258614793450b1.tar.gz gentoo-b5833402eeea917f53d586347a258614793450b1.tar.bz2 gentoo-b5833402eeea917f53d586347a258614793450b1.zip |
app-admin/keepassxc: Stabilize 2.6.2 x86, #765172
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.6.2.ebuild b/app-admin/keepassxc/keepassxc-2.6.2.ebuild index 7ab0a8449bd6..5b51acf9ec34 100644 --- a/app-admin/keepassxc/keepassxc-2.6.2.ebuild +++ b/app-admin/keepassxc/keepassxc-2.6.2.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 |