diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-08-29 02:55:49 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-08-29 02:55:49 +0200 |
commit | 049cc8aaa3de88bb45c2f1cfb98777d341fbcfb1 (patch) | |
tree | c82b259b99f2f7398a1902308b9a14d453843ca7 /app-admin/keepassxc | |
parent | app-i18n/unicode-emoji: x86 stable (bug #664746) (diff) | |
download | gentoo-049cc8aaa3de88bb45c2f1cfb98777d341fbcfb1.tar.gz gentoo-049cc8aaa3de88bb45c2f1cfb98777d341fbcfb1.tar.bz2 gentoo-049cc8aaa3de88bb45c2f1cfb98777d341fbcfb1.zip |
app-admin/keepassxc: x86 stable (bug #664556)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.3.3.ebuild b/app-admin/keepassxc/keepassxc-2.3.3.ebuild index 3641f74e736c..cd8e14510e6b 100644 --- a/app-admin/keepassxc/keepassxc-2.3.3.ebuild +++ b/app-admin/keepassxc/keepassxc-2.3.3.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}" |