Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/
Date: Sun, 10 Mar 2019 13:16:15
Message-Id: 1552223750.b25b3e4df80147d6ca49ddd30f68a0af9df51dac.zlogene@gentoo
1 commit: b25b3e4df80147d6ca49ddd30f68a0af9df51dac
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 10 13:15:50 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 13:15:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25b3e4d
7
8 app-admin/keepassxc: amd64 stable wrt bug #679726
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="amd64"
13
14 app-admin/keepassxc/keepassxc-2.3.4-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-admin/keepassxc/keepassxc-2.3.4-r1.ebuild b/app-admin/keepassxc/keepassxc-2.3.4-r1.ebuild
18 index 13b1baad08b..742ca5d1e1b 100644
19 --- a/app-admin/keepassxc/keepassxc-2.3.4-r1.ebuild
20 +++ b/app-admin/keepassxc/keepassxc-2.3.4-r1.ebuild
21 @@ -11,7 +11,7 @@ HOMEPAGE="https://keepassxc.org"
22 if [[ "${PV}" != 9999 ]] ; then
23 #SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV}.tar.gz -> ${P}.tar.gz"
24 SRC_URI="https://github.com/keepassxreboot/keepassxc/releases/download/${PV}/${P}-src.tar.xz"
25 - KEYWORDS="~amd64 x86"
26 + KEYWORDS="amd64 x86"
27 else
28 inherit git-r3
29 EGIT_REPO_URI="https://github.com/keepassxreboot/${PN}"