diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-05-28 09:04:03 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-05-28 09:04:18 +0200 |
commit | b0bc3281f056e319d7bd77d220f2b36ce3961d95 (patch) | |
tree | 3ecf93a7713e1e6c2b8a349317de6c4b9e2d9d00 /app-admin/keepassxc/keepassxc-2.7.1-r1.ebuild | |
parent | sys-apps/xdg-desktop-portal: x86 stable wrt bug #845075 (diff) | |
download | gentoo-b0bc3281f056e319d7bd77d220f2b36ce3961d95.tar.gz gentoo-b0bc3281f056e319d7bd77d220f2b36ce3961d95.tar.bz2 gentoo-b0bc3281f056e319d7bd77d220f2b36ce3961d95.zip |
app-admin/keepassxc: x86 stable wrt bug #847808
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc/keepassxc-2.7.1-r1.ebuild')
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.7.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.7.1-r1.ebuild b/app-admin/keepassxc/keepassxc-2.7.1-r1.ebuild index 3f0de7b50358..5dfddb908929 100644 --- a/app-admin/keepassxc/keepassxc-2.7.1-r1.ebuild +++ b/app-admin/keepassxc/keepassxc-2.7.1-r1.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 ~riscv ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" fi else inherit git-r3 |