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 11:23:00
Message-Id: 1640085760.e519c8e3323bdac4054db628f174302282dc529c.arthurzam@gentoo
1 commit: e519c8e3323bdac4054db628f174302282dc529c
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 21 11:22:40 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 21 11:22:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e519c8e3
7
8 net-libs/mbedtls: Stabilize 2.28.0-r1 ppc64, #829713
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-libs/mbedtls/mbedtls-2.28.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/mbedtls/mbedtls-2.28.0-r1.ebuild b/net-libs/mbedtls/mbedtls-2.28.0-r1.ebuild
16 index e873b2910c71..38e6cfbb3f01 100644
17 --- a/net-libs/mbedtls/mbedtls-2.28.0-r1.ebuild
18 +++ b/net-libs/mbedtls/mbedtls-2.28.0-r1.ebuild
19 @@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${P}
20
21 LICENSE="Apache-2.0"
22 SLOT="0/7.14.1" # ffmpeg subslot naming: SONAME tuple of {libmbedcrypto.so,libmbedtls.so,libmbedx509.so}
23 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
24 +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
25 IUSE="cpu_flags_x86_sse2 doc havege programs static-libs test threads zlib"
26 RESTRICT="!test? ( test )"