sys-fs/cryfs: added ~arm64
authorRoy Bamford <neddyseagoon@gentoo.org>
Mon, 18 Feb 2019 11:09:48 +0000 (11:09 +0000)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 19 Feb 2019 18:04:45 +0000 (19:04 +0100)
Package-Manager: Portage-2.3.60, Repoman-2.3.12

Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
sys-fs/cryfs/cryfs-0.9.9.ebuild

index 9c4d393486a9c51b29730d388412b71182af251a..4140cf41b08bfa7d5ee161170bcaa3b465f66aea 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,7 +23,7 @@ if [[ "${PV}" == 9999 ]] ; then
        EGIT_REPO_URI="https://github.com/cryfs/cryfs"
 else
        SRC_URI="https://github.com/cryfs/cryfs/releases/download/${PV}/${P}.tar.xz"
-       KEYWORDS="amd64 ~arm x86"
+       KEYWORDS="amd64 ~arm ~arm64 x86"
        S="${WORKDIR}"
 fi