From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F68313832E for ; Sun, 14 Aug 2016 19:34:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65C6B21C095; Sun, 14 Aug 2016 19:34:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16A1021C095 for ; Sun, 14 Aug 2016 19:34:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDA4C340CD2 for ; Sun, 14 Aug 2016 19:34:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE6F02443 for ; Sun, 14 Aug 2016 19:34:02 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1471203226.87b9c6e461d647e3d768f7f41fc7fd6ba366d84f.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryptsetup/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/cryptsetup/cryptsetup-1.7.2.ebuild X-VCS-Directories: sys-fs/cryptsetup/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 87b9c6e461d647e3d768f7f41fc7fd6ba366d84f X-VCS-Branch: master Date: Sun, 14 Aug 2016 19:34:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f6a4a7b2-6343-4e46-a7d9-800bd3780991 X-Archives-Hash: 4484e3e14281265dc470632908f982b2 commit: 87b9c6e461d647e3d768f7f41fc7fd6ba366d84f Author: Markus Meier gentoo org> AuthorDate: Sun Aug 14 19:33:46 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Sun Aug 14 19:33:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b9c6e4 sys-fs/cryptsetup: arm stable, bug #590246 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm" sys-fs/cryptsetup/cryptsetup-1.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/cryptsetup/cryptsetup-1.7.2.ebuild b/sys-fs/cryptsetup/cryptsetup-1.7.2.ebuild index f724bd4..3a68244 100644 --- a/sys-fs/cryptsetup/cryptsetup-1.7.2.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-1.7.2.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://kernel/linux/utils/${PN}/v$(get_version_component_range 1-2)/$ LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc 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