Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/mbedtls/
Date: Tue, 21 Dec 2021 20:44:01
Message-Id: 1640119423.8a03e984d8840559cffb6da59553cd3d6ce2afcf.arthurzam@gentoo
1 commit: 8a03e984d8840559cffb6da59553cd3d6ce2afcf
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 21 20:43:43 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 21 20:43:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a03e984
7
8 net-libs/mbedtls: Stabilize 2.16.12 arm, #829713
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-libs/mbedtls/mbedtls-2.16.12.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/mbedtls/mbedtls-2.16.12.ebuild b/net-libs/mbedtls/mbedtls-2.16.12.ebuild
16 index ad616547ac5e..e0d82b9c0b37 100644
17 --- a/net-libs/mbedtls/mbedtls-2.16.12.ebuild
18 +++ b/net-libs/mbedtls/mbedtls-2.16.12.ebuild
19 @@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${P}
20
21 LICENSE="Apache-2.0"
22 SLOT="0/3.12.0" # ffmpeg subslot naming: SONAME tuple of {libmbedcrypto.so,libmbedtls.so,libmbedx509.so}
23 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc ~x86"
24 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc ~x86"
25 IUSE="cpu_flags_x86_sse2 doc havege programs static-libs test threads zlib"
26 RESTRICT="!test? ( test )"