Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/mbedtls/
Date: Thu, 01 Apr 2021 21:36:18
Message-Id: 1617312971.e01bc8ee6c3ebb6c808dc5e880efa816208499e8.whissi@gentoo
1 commit: e01bc8ee6c3ebb6c808dc5e880efa816208499e8
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 1 21:35:39 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 1 21:36:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e01bc8ee
7
8 net-libs/mbedtls: x86 stable (bug #779688)
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-libs/mbedtls/mbedtls-2.16.10.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/mbedtls/mbedtls-2.16.10.ebuild b/net-libs/mbedtls/mbedtls-2.16.10.ebuild
17 index 324eaa4202f..fdfe71f6040 100644
18 --- a/net-libs/mbedtls/mbedtls-2.16.10.ebuild
19 +++ b/net-libs/mbedtls/mbedtls-2.16.10.ebuild
20 @@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${P}
21
22 LICENSE="Apache-2.0"
23 SLOT="0/3.12.0" # ffmpeg subslot naming: SONAME tuple of {libmbedcrypto.so,libmbedtls.so,libmbedx509.so}
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
25 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
26 IUSE="cpu_flags_x86_sse2 doc havege libressl programs -static-libs test threads zlib"
27 RESTRICT="!test? ( test )"