Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/
Date: Tue, 01 Aug 2017 08:26:02
Message-Id: 1501575955.7c9bd6e7a896fa94386fdc6459aa852f05467a99.polynomial-c@gentoo
1 commit: 7c9bd6e7a896fa94386fdc6459aa852f05467a99
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 1 08:25:55 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 1 08:25:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9bd6e7
7
8 app-admin/keepassxc: Version 2.1.4 stable for amd64 and x86.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-admin/keepassxc/keepassxc-2.1.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-admin/keepassxc/keepassxc-2.1.4.ebuild b/app-admin/keepassxc/keepassxc-2.1.4.ebuild
17 index ab7c275b1b2..e9a3f3c9ed2 100644
18 --- a/app-admin/keepassxc/keepassxc-2.1.4.ebuild
19 +++ b/app-admin/keepassxc/keepassxc-2.1.4.ebuild
20 @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/keepassxreboot/keepassxc"
21
22 if [[ "${PV}" != 9999 ]] ; then
23 SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~x86"
25 + KEYWORDS="amd64 x86"
26 else
27 EGIT_REPO_URI="https://github.com/keepassxreboot/${PN}"
28 fi