From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C21B158094 for ; Tue, 26 Jul 2022 21:42:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB799E0D40; Tue, 26 Jul 2022 21:42:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70AC0E0D3C for ; Tue, 26 Jul 2022 21:42:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCBAF340871 for ; Tue, 26 Jul 2022 21:42:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DE27552 for ; Tue, 26 Jul 2022 21:42:37 +0000 (UTC) From: "Quentin Retornaz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Quentin Retornaz" Message-ID: <1658871652.59ff52355667bc9bf945140dd6abe48336e10f75.quentin@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-libs/libressl/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-libs/libressl/libressl-3.5.3.ebuild X-VCS-Directories: dev-libs/libressl/ X-VCS-Committer: quentin X-VCS-Committer-Name: Quentin Retornaz X-VCS-Revision: 59ff52355667bc9bf945140dd6abe48336e10f75 X-VCS-Branch: master Date: Tue, 26 Jul 2022 21:42:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fa4db378-031d-4a88-9713-cc3b7e597e58 X-Archives-Hash: 3c43ff90d8ace15eef3b471069b629dc Message-ID: <20220726214237.xfovQiYs7A5Qlwe6LoVC7G-tavYGX-mxr5c2DFnz5BA@z> commit: 59ff52355667bc9bf945140dd6abe48336e10f75 Author: orbea riseup net> AuthorDate: Sun Jul 24 03:58:12 2022 +0000 Commit: Quentin Retornaz retornaz com> CommitDate: Tue Jul 26 21:40:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=59ff5235 dev-libs/libressl: Stabilize x86 Signed-off-by: orbea riseup.net> Closes: https://github.com/gentoo/libressl/pull/450 Signed-off-by: Quentin Retornaz retornaz.com> dev-libs/libressl/libressl-3.5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libressl/libressl-3.5.3.ebuild b/dev-libs/libressl/libressl-3.5.3.ebuild index eacd7ee..2f2139f 100644 --- a/dev-libs/libressl/libressl-3.5.3.ebuild +++ b/dev-libs/libressl/libressl-3.5.3.ebuild @@ -17,7 +17,7 @@ LICENSE="ISC openssl" # we'll try to use the max of either. However, if either change between # versions, we have to change the subslot to trigger rebuild of consumers. SLOT="0/52" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+asm static-libs test" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( static-libs )"