Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryfs/
Date: Mon, 24 Sep 2018 01:50:25
Message-Id: 1537753763.af5dda9bed27a812a02d77425f03bcce127d765f.whissi@gentoo
1 commit: af5dda9bed27a812a02d77425f03bcce127d765f
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 24 01:49:23 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 24 01:49:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5dda9b
7
8 sys-fs/cryfs: x86 stable (bug #666336)
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 sys-fs/cryfs/cryfs-0.9.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-fs/cryfs/cryfs-0.9.9.ebuild b/sys-fs/cryfs/cryfs-0.9.9.ebuild
16 index 9891e7645f1..9c4d393486a 100644
17 --- a/sys-fs/cryfs/cryfs-0.9.9.ebuild
18 +++ b/sys-fs/cryfs/cryfs-0.9.9.ebuild
19 @@ -23,7 +23,7 @@ if [[ "${PV}" == 9999 ]] ; then
20 EGIT_REPO_URI="https://github.com/cryfs/cryfs"
21 else
22 SRC_URI="https://github.com/cryfs/cryfs/releases/download/${PV}/${P}.tar.xz"
23 - KEYWORDS="amd64 ~arm ~x86"
24 + KEYWORDS="amd64 ~arm x86"
25 S="${WORKDIR}"
26 fi