diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-09-08 20:49:17 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-09-08 20:49:17 +0200 |
commit | 6efba9bfb6c62436572f38ffc2287c7f934e734b (patch) | |
tree | bcded4ab09a718839ac350e5fec758686883395b /app-admin/keepassxc | |
parent | sys-devel/distcc: x86 stable (bug #693744) (diff) | |
download | gentoo-6efba9bfb6c62436572f38ffc2287c7f934e734b.tar.gz gentoo-6efba9bfb6c62436572f38ffc2287c7f934e734b.tar.bz2 gentoo-6efba9bfb6c62436572f38ffc2287c7f934e734b.zip |
app-admin/keepassxc: x86 stable (bug #693782)
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.4.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.4.3-r1.ebuild b/app-admin/keepassxc/keepassxc-2.4.3-r1.ebuild index 20cd5799cdeb..38822eadea2d 100644 --- a/app-admin/keepassxc/keepassxc-2.4.3-r1.ebuild +++ b/app-admin/keepassxc/keepassxc-2.4.3-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 ~x86" + KEYWORDS="~amd64 x86" fi else inherit git-r3 |