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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D18DC13835A for ; Tue, 3 Nov 2020 03:54:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7595E0AA4; Tue, 3 Nov 2020 03:54:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2D8EE0AA4 for ; Tue, 3 Nov 2020 03:54:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 803C133F698 for ; Tue, 3 Nov 2020 03:54:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF0463FB for ; Tue, 3 Nov 2020 03:54:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1604375679.42b9ed90da07fa7a2295b44e10e5d8fd94951e06.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libressl/libressl-3.2.1.ebuild X-VCS-Directories: dev-libs/libressl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 42b9ed90da07fa7a2295b44e10e5d8fd94951e06 X-VCS-Branch: master Date: Tue, 3 Nov 2020 03:54:44 +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: 3c0e03e6-ff95-431a-8cf2-4eef648e271b X-Archives-Hash: f5a4f18f3e2c19943108d0865fd8351e commit: 42b9ed90da07fa7a2295b44e10e5d8fd94951e06 Author: Sam James gentoo org> AuthorDate: Tue Nov 3 03:53:23 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 3 03:54:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b9ed90 dev-libs/libressl: drop 3.2.1 back to ~ It's a development release upstream, not suitable for stabilisation unless we can help it. 3.2.2 would be a better candidate but likely best to let it soak in tree for a little bit. The reason for the original stabilisation has been handled in 526e4d7af5e33b989c2ace8e3048c596f97d2655. Acked-by: Stefan Strogin gentoo.org> Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-libs/libressl/libressl-3.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libressl/libressl-3.2.1.ebuild b/dev-libs/libressl/libressl-3.2.1.ebuild index a4530ad3f5d..ab31f204168 100644 --- a/dev-libs/libressl/libressl-3.2.1.ebuild +++ b/dev-libs/libressl/libressl-3.2.1.ebuild @@ -14,7 +14,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/48" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+asm static-libs test" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( static-libs )"