diff options
author | Sam James <sam@gentoo.org> | 2021-02-03 03:11:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-03 03:11:47 +0000 |
commit | 90bf854cecd7d7361fbaa092b0deff6e09b4a127 (patch) | |
tree | f78555063ac63cee9b8805c2613f044530299d19 /app-admin | |
parent | net-libs/libgsasl: Stabilize 1.10.0 x86, #768168 (diff) | |
download | gentoo-90bf854cecd7d7361fbaa092b0deff6e09b4a127.tar.gz gentoo-90bf854cecd7d7361fbaa092b0deff6e09b4a127.tar.bz2 gentoo-90bf854cecd7d7361fbaa092b0deff6e09b4a127.zip |
app-admin/keepassxc: Stabilize 2.6.3 x86, #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 7ab0a8449bd6..5b51acf9ec34 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 |