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 C54D71396D0 for ; Sun, 27 Aug 2017 15:34:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E7A01FC054; Sun, 27 Aug 2017 15:34:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E108C1FC054 for ; Sun, 27 Aug 2017 15:34:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 305D7341A18 for ; Sun, 27 Aug 2017 15:34:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4FBF8495 for ; Sun, 27 Aug 2017 15:34:16 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1503848040.ac381c3339448e87043e890e9af191a9cda0559b.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xmlsec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xmlsec/xmlsec-1.2.24-r1.ebuild X-VCS-Directories: dev-libs/xmlsec/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ac381c3339448e87043e890e9af191a9cda0559b X-VCS-Branch: master Date: Sun, 27 Aug 2017 15:34:16 +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: 6714f7f8-4f9a-4bcd-ae0f-38a8a844f1a5 X-Archives-Hash: 3f6a89b731d994832277d374287744ae commit: ac381c3339448e87043e890e9af191a9cda0559b Author: Roy Bamford gentoo org> AuthorDate: Sun Aug 20 21:24:40 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Aug 27 15:34:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac381c33 dev-libs/xmlsec: added ~arm64 keyword Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-libs/xmlsec/xmlsec-1.2.24-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/xmlsec/xmlsec-1.2.24-r1.ebuild b/dev-libs/xmlsec/xmlsec-1.2.24-r1.ebuild index 831e68a7e30..521d3980f89 100644 --- a/dev-libs/xmlsec/xmlsec-1.2.24-r1.ebuild +++ b/dev-libs/xmlsec/xmlsec-1.2.24-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.aleksey.com/xmlsec/download/${PN}1-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc gcrypt gnutls libressl nss +openssl static-libs" REQUIRED_USE="|| ( gcrypt gnutls nss openssl ) gnutls? ( gcrypt )"