Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xmlsec/
Date: Sat, 29 May 2021 15:33:54
Message-Id: 1622302377.f0cc2cf630eb6ded05c4b37cd1f18715cb3e14bd.sam@gentoo
1 commit: f0cc2cf630eb6ded05c4b37cd1f18715cb3e14bd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 29 15:32:57 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 29 15:32:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0cc2cf6
7
8 dev-libs/xmlsec: Stabilize 1.2.32 arm64, #788238
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/xmlsec/xmlsec-1.2.32.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/xmlsec/xmlsec-1.2.32.ebuild b/dev-libs/xmlsec/xmlsec-1.2.32.ebuild
16 index 42d645636e4..63c63280cae 100644
17 --- a/dev-libs/xmlsec/xmlsec-1.2.32.ebuild
18 +++ b/dev-libs/xmlsec/xmlsec-1.2.32.ebuild
19 @@ -10,7 +10,7 @@ S="${WORKDIR}/${PN}1-${PV}"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~sparc x86"
24 +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~sparc x86"
25 IUSE="doc gcrypt gnutls nss +openssl static-libs test"
26 RESTRICT="!test? ( test )"
27 REQUIRED_USE="|| ( gcrypt gnutls nss openssl )