summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSam James (sam_c) <sam@cmpct.info>2020-04-07 23:34:05 +0000
committerMart Raudsepp <leio@gentoo.org>2020-04-08 09:09:48 +0300
commitb18bd56b83099e7c9455857495874798f68dc4ef (patch)
tree6383792c24bf8be15ab09cf339109577497145f3 /sys-fs
parentnet-libs/rpcsvc-proto: arm64 stable (bug #715812) (diff)
downloadgentoo-b18bd56b83099e7c9455857495874798f68dc4ef.tar.gz
gentoo-b18bd56b83099e7c9455857495874798f68dc4ef.tar.bz2
gentoo-b18bd56b83099e7c9455857495874798f68dc4ef.zip
sys-fs/cryptsetup: arm64 stable (bug #708480)
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/cryptsetup/cryptsetup-2.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/cryptsetup/cryptsetup-2.2.2.ebuild b/sys-fs/cryptsetup/cryptsetup-2.2.2.ebuild
index d7fa209589a2..e48c4ff99e6f 100644
--- a/sys-fs/cryptsetup/cryptsetup-2.2.2.ebuild
+++ b/sys-fs/cryptsetup/cryptsetup-2.2.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/${PN}/v$(ver_cut 1-2)/${P/_/-}.t
LICENSE="GPL-2+"
SLOT="0/12" # libcryptsetup.so version
[[ ${PV} != *_rc* ]] && \
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
CRYPTO_BACKENDS="gcrypt kernel nettle +openssl"
# we don't support nss since it doesn't allow cryptsetup to be built statically
# and it's missing ripemd160 support so it can't provide full backward compatibility