diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-14 21:08:08 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-14 21:08:08 +0200 |
commit | 18f4c1bfaf3bc64da822367fb9ead63e7c584159 (patch) | |
tree | f2a64c05a3c794bed60cfcc9fb280bbc49662231 /app-admin/keepassxc | |
parent | net-dns/pdns-recursor: amd64 stable wrt bug #746923 (diff) | |
download | gentoo-18f4c1bfaf3bc64da822367fb9ead63e7c584159.tar.gz gentoo-18f4c1bfaf3bc64da822367fb9ead63e7c584159.tar.bz2 gentoo-18f4c1bfaf3bc64da822367fb9ead63e7c584159.zip |
app-admin/keepassxc: amd64 stable wrt bug #747895
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.6.1.ebuild b/app-admin/keepassxc/keepassxc-2.6.1.ebuild index e4de2a185bfc..74c3bf6048fa 100644 --- a/app-admin/keepassxc/keepassxc-2.6.1.ebuild +++ b/app-admin/keepassxc/keepassxc-2.6.1.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 |