commit: 42b9ed90da07fa7a2295b44e10e5d8fd94951e06 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 3 03:53:23 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <steils <AT> gentoo.org> Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> 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 )"
