diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-07-15 09:41:50 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-07-15 09:41:50 +0200 |
commit | 9131ba5d11bf6f387bca4b3503b3f499d8244193 (patch) | |
tree | 1ecb37dba3ec055c234f7e6c67bfc468027cd989 | |
parent | www-client/w3m: x86 stable wrt bug #802117 (diff) | |
download | gentoo-9131ba5d11bf6f387bca4b3503b3f499d8244193.tar.gz gentoo-9131ba5d11bf6f387bca4b3503b3f499d8244193.tar.bz2 gentoo-9131ba5d11bf6f387bca4b3503b3f499d8244193.zip |
app-admin/keepassxc: x86 stable wrt bug #802135
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.6.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.6.6.ebuild b/app-admin/keepassxc/keepassxc-2.6.6.ebuild index cc729b4207af..e88a934d8a69 100644 --- a/app-admin/keepassxc/keepassxc-2.6.6.ebuild +++ b/app-admin/keepassxc/keepassxc-2.6.6.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 |