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: Fri, 28 May 2021 19:11:34
Message-Id: 1622229040.9d35ff702cab5e18a52d8064f57bb83cee47c6b7.sam@gentoo
1 commit: 9d35ff702cab5e18a52d8064f57bb83cee47c6b7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 28 19:10:40 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 19:10:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d35ff70
7
8 dev-libs/xmlsec: Stabilize 1.2.32 arm, #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 1fc7d442b04..8c8a6f9f8b7 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 )