Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryfs/
Date: Tue, 19 Feb 2019 18:05:14
Message-Id: 1550599485.b6ec50da55616df4a243dcf683e859f5ec500ab2.asturm@gentoo
1 commit: b6ec50da55616df4a243dcf683e859f5ec500ab2
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 11:09:48 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 19 18:04:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ec50da
7
8 sys-fs/cryfs: added ~arm64
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11
12 Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 sys-fs/cryfs/cryfs-0.9.9.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-fs/cryfs/cryfs-0.9.9.ebuild b/sys-fs/cryfs/cryfs-0.9.9.ebuild
19 index 9c4d393486a..4140cf41b08 100644
20 --- a/sys-fs/cryfs/cryfs-0.9.9.ebuild
21 +++ b/sys-fs/cryfs/cryfs-0.9.9.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -23,7 +23,7 @@ if [[ "${PV}" == 9999 ]] ; then
29 EGIT_REPO_URI="https://github.com/cryfs/cryfs"
30 else
31 SRC_URI="https://github.com/cryfs/cryfs/releases/download/${PV}/${P}.tar.xz"
32 - KEYWORDS="amd64 ~arm x86"
33 + KEYWORDS="amd64 ~arm ~arm64 x86"
34 S="${WORKDIR}"
35 fi