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 2E2DF15808B for ; Mon, 28 Feb 2022 04:55:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40064E0826; Mon, 28 Feb 2022 04:55:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 251BFE0826 for ; Mon, 28 Feb 2022 04:55:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 946A834358E for ; Mon, 28 Feb 2022 04:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF2852B0 for ; Mon, 28 Feb 2022 04:55:33 +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: <1646024091.f206f1d2e2fcf6c520d05a47be5260f4cc90e618.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/sbcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/sbcl/sbcl-1.3.11.ebuild X-VCS-Directories: dev-lisp/sbcl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f206f1d2e2fcf6c520d05a47be5260f4cc90e618 X-VCS-Branch: master Date: Mon, 28 Feb 2022 04:55:33 +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: 62ef4e6e-42c6-4b32-90f7-b247e4f6f980 X-Archives-Hash: e4c819dd8bde2e5952e05f27db18e3ab commit: f206f1d2e2fcf6c520d05a47be5260f4cc90e618 Author: Sam James gentoo org> AuthorDate: Mon Feb 28 04:54:43 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 28 04:54:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f206f1d2 dev-lisp/sbcl: destabilize 1.3.11 for ~sparc Too awkward to test given 32-bit only (no 64-bit bootstrap binary?) Bug: https://bugs.gentoo.org/832532 Bug: https://bugs.gentoo.org/828735 Signed-off-by: Sam James gentoo.org> dev-lisp/sbcl/sbcl-1.3.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/sbcl/sbcl-1.3.11.ebuild b/dev-lisp/sbcl/sbcl-1.3.11.ebuild index ff24bfe13357..8e3fed30c22a 100644 --- a/dev-lisp/sbcl/sbcl-1.3.11.ebuild +++ b/dev-lisp/sbcl/sbcl-1.3.11.ebuild @@ -35,7 +35,7 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="-* amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" +KEYWORDS="-* amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" IUSE="debug doc source +threads +unicode zlib" CDEPEND=">=dev-lisp/asdf-3.1:="