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: Sun, 26 Apr 2020 23:44:13
Message-Id: 1587944612.3c82b1f99fdf79882c27ef27c8928dfb6aa51129.whissi@gentoo
1 commit: 3c82b1f99fdf79882c27ef27c8928dfb6aa51129
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 26 23:32:10 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 26 23:43:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c82b1f9
7
8 net-libs/mbedtls: x86 stable (bug #714582)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-libs/mbedtls/mbedtls-2.22.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/mbedtls/mbedtls-2.22.0.ebuild b/net-libs/mbedtls/mbedtls-2.22.0.ebuild
17 index 9ff412a556d..7dad072623b 100644
18 --- a/net-libs/mbedtls/mbedtls-2.22.0.ebuild
19 +++ b/net-libs/mbedtls/mbedtls-2.22.0.ebuild
20 @@ -14,7 +14,7 @@ S=${WORKDIR}/${PN}-${P}
21
22 LICENSE="Apache-2.0"
23 SLOT="0/13" # slot for libmbedtls.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 )"