summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-01-08 22:32:02 +0100
committerJeroen Roovers <jer@gentoo.org>2019-01-08 22:32:47 +0100
commit24f2c473c269ed5e63965a04e5d2f1fc4c603093 (patch)
treebe30d2bd08c3b825e3178af094eb5703a9e6876f /sys-fs/cryptsetup/cryptsetup-2.0.6.ebuild
parentapp-crypt/argon2: Mark ~hppa (bug #666641). (diff)
downloadgentoo-24f2c473c269ed5e63965a04e5d2f1fc4c603093.tar.gz
gentoo-24f2c473c269ed5e63965a04e5d2f1fc4c603093.tar.bz2
gentoo-24f2c473c269ed5e63965a04e5d2f1fc4c603093.zip
sys-fs/cryptsetup: Mark ~hppa (bug #674912).
Package-Manager: Portage-2.3.53, Repoman-2.3.12 RepoMan-Options: --ignore-arches Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'sys-fs/cryptsetup/cryptsetup-2.0.6.ebuild')
-rw-r--r--sys-fs/cryptsetup/cryptsetup-2.0.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/cryptsetup/cryptsetup-2.0.6.ebuild b/sys-fs/cryptsetup/cryptsetup-2.0.6.ebuild
index 29d5fcff6450..95b79852b4de 100644
--- a/sys-fs/cryptsetup/cryptsetup-2.0.6.ebuild
+++ b/sys-fs/cryptsetup/cryptsetup-2.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="mirror://kernel/linux/utils/${PN}/v$(ver_cut 1-2)/${P/_/-}.tar.xz"
LICENSE="GPL-2+"
SLOT="0/12" # libcryptsetup.so version
[[ ${PV} != *_rc* ]] && \
-KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc64 ~s390 ~sh ~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