diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-09 20:07:18 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-09 20:18:17 +0100 |
commit | 263100cc0ad61503ec80a8ac040213de981f8ee9 (patch) | |
tree | 79988a782fc5a0101bbe01523f2c8478a3275a3c /app-admin/keepassxc | |
parent | media-libs/gd: x86 stable (bug #679702) (diff) | |
download | gentoo-263100cc0ad61503ec80a8ac040213de981f8ee9.tar.gz gentoo-263100cc0ad61503ec80a8ac040213de981f8ee9.tar.bz2 gentoo-263100cc0ad61503ec80a8ac040213de981f8ee9.zip |
app-admin/keepassxc: x86 stable (bug #679726)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.3.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.3.4-r1.ebuild b/app-admin/keepassxc/keepassxc-2.3.4-r1.ebuild index bf07bec346a5..13b1baad08bf 100644 --- a/app-admin/keepassxc/keepassxc-2.3.4-r1.ebuild +++ b/app-admin/keepassxc/keepassxc-2.3.4-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://keepassxc.org" if [[ "${PV}" != 9999 ]] ; then #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" else inherit git-r3 EGIT_REPO_URI="https://github.com/keepassxreboot/${PN}" |