Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/
Date: Wed, 29 Aug 2018 01:07:42
Message-Id: 1535504149.049cc8aaa3de88bb45c2f1cfb98777d341fbcfb1.whissi@gentoo
1 commit: 049cc8aaa3de88bb45c2f1cfb98777d341fbcfb1
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 29 00:55:49 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 29 00:55:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049cc8aa
7
8 app-admin/keepassxc: x86 stable (bug #664556)
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 app-admin/keepassxc/keepassxc-2.3.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/keepassxc/keepassxc-2.3.3.ebuild b/app-admin/keepassxc/keepassxc-2.3.3.ebuild
16 index 3641f74e736..cd8e14510e6 100644
17 --- a/app-admin/keepassxc/keepassxc-2.3.3.ebuild
18 +++ b/app-admin/keepassxc/keepassxc-2.3.3.ebuild
19 @@ -11,7 +11,7 @@ HOMEPAGE="https://keepassxc.org"
20 if [[ "${PV}" != 9999 ]] ; then
21 #SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV}.tar.gz -> ${P}.tar.gz"
22 SRC_URI="https://github.com/keepassxreboot/keepassxc/releases/download/${PV}/${P}-src.tar.xz"
23 - KEYWORDS="~amd64 ~x86"
24 + KEYWORDS="~amd64 x86"
25 else
26 inherit git-r3
27 EGIT_REPO_URI="https://github.com/keepassxreboot/${PN}"