From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id 2OQ+GJTfIGbLfwEA62LTzQ:P1 (envelope-from ) for ; Thu, 18 Apr 2024 10:53:40 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id 2OQ+GJTfIGbLfwEA62LTzQ (envelope-from ) for ; Thu, 18 Apr 2024 10:53:40 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=l6rmnGfJ; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1713430420; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=4nOezFxfD6M6zz1JBV9WhJwyyy8FOE7ZS1EtfE9E3Vs=; b=vBuPh33fHbwjb1YU0Y5xpG41f8LUwSILovk3Ba44Ge14f2qHi+rk+QhaOIGAcIS/8HB8TD hUsNT3Ei5Zci/iyE7+J1XEz3oQNBs0+K25HD2MzGZa7KBH5JChCitO3K2FzKeZiO96f/9q rLXrNE5gFktNautarS1OmM2FKrf47RJXoFX8dt84+MLPFXHkbWZjw0SES6lqzS1NYOrVwo DvBEr+2zHU9OgvRRbex4btYQDrPZ+YauEX4E6QK3LjLlTfJWgG74CNvGprNIBEuX7MY8My FRGiG1OBTAgxQbz7ykqQdout4U5wDoS1PMVioTbjJftGfDXNq/OWPSujPZ5E5g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1713430420; a=rsa-sha256; cv=none; b=iUConp6mAjNixhST2ddvv1HlaSzbCNacbFPOi8p+hWDMZlZYdcbrexbFveG/K0xi0+L9hU EpNPamjKrwwZQF0jfjnqrBtfZ0FoB+U3jpHRGVYtdPobyVB5Q15Tn4iMQdA+ctH/pacMvH d5rmNGf7tT0oR25egjbKRtQtYCNtxG8YbezbjGuICyxHJWyN1rWVTFAlyuGMSrEk+mGhpM rka+OdijfZM+uxIb9fqeQhhM3eXWQnskHCujSVC6ESezzDKt/a4mL5/1ZpcsGSKPLcqsrV zAmeyiV9b2jiZWMw8+lkiAk9ozu5AQ0Q8wULA0Vuj2zWytPqajcbrRECW27ljw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=l6rmnGfJ; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3EC9450047 for ; Thu, 18 Apr 2024 10:53:39 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rxN9o-0005WU-Cz; Thu, 18 Apr 2024 04:30:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rxN9j-0005UN-Ai for guix-patches@gnu.org; Thu, 18 Apr 2024 04:30:07 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rxN9j-0000SZ-1M for guix-patches@gnu.org; Thu, 18 Apr 2024 04:30:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rxN9v-0004Pc-Oz for guix-patches@gnu.org; Thu, 18 Apr 2024 04:30:19 -0400 Subject: bug#70405: [PATCH]: Update sbcl-cl-colors to 0.6.0 Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 18 Apr 2024 08:30:17 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 70405 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?Andr=C3=A9?= A. Gomes Cc: 70405-done@debbugs.gnu.org Mail-Followup-To: 70405@debbugs.gnu.org, glv@posteo.net, andremegafone@gmail.com Received: via spool by 70405-done@debbugs.gnu.org id=D70405.171342899416792 (code D ref 70405); Thu, 18 Apr 2024 08:30:17 +0000 Received: (at 70405-done) by debbugs.gnu.org; 18 Apr 2024 08:29:54 +0000 Received: from localhost ([127.0.0.1]:51014 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rxN9Q-0004MI-7V for submit@debbugs.gnu.org; Thu, 18 Apr 2024 04:29:52 -0400 Received: from mout01.posteo.de ([185.67.36.65]:55853) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rxN8d-0004G4-HU for 70405-done@debbugs.gnu.org; Thu, 18 Apr 2024 04:29:03 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 5FE90240027 for <70405-done@debbugs.gnu.org>; Thu, 18 Apr 2024 10:28:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1713428919; bh=4nOezFxfD6M6zz1JBV9WhJwyyy8FOE7ZS1EtfE9E3Vs=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=l6rmnGfJ3w3Xr0bsVSGpcA7g1V8+NChVU6EqwHQTDYwTDTZi5sqzxaZnGqFY9ZNor kB8BzhMeC155nhn1T8IqIncQwljPaJ1AGMYdJe84pP8gOxEsuNhh86rN6TbJYJAulQ GS7lDoyFSKXd2AZgdNNXMWvaumMNwcEKOO00SPkWhf+NwB462z1DuC4HN9WgqJeTvw TyVsE5YNkAjFZgBAqVKkbUUqrvF6pCSp9Yyf+y2aFhhnV5VlZlqCQlKcuSLJSShjfU n/0EMkv8tyYNMHiIjGzLmb55iznOaI9qn2P2fKxbBZK/SH7DGyUv6lF5gmkYa5OObW Vhi+qRe0uBSMQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4VKrX63HLJz6tvd; Thu, 18 Apr 2024 10:28:38 +0200 (CEST) From: Guillaume Le Vaillant In-Reply-To: <87r0f6o0qm.fsf@gmail.com> ("=?UTF-8?Q?Andr=C3=A9?= A. Gomes"'s message of "Mon, 15 Apr 2024 23:00:01 +0300") References: <87r0f6o0qm.fsf@gmail.com> Date: Thu, 18 Apr 2024 08:28:37 +0000 Message-ID: <87bk67m5vu.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -7.08 X-Spam-Score: -7.08 X-Migadu-Queue-Id: 3EC9450047 X-Migadu-Scanner: mx13.migadu.com X-TUID: DUNVCtHpAiFu --=-=-= Content-Type: text/plain I moved sbcl-parse-number from 'native-inputs' to 'inputs' (according to "cl-colors2.asd") and applied the patch as e9481f6ce5a9c20f652e5718d472b3ec7b93bddb. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZiDZtQ8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j9DXAD/YVxP7AvO46mrarbwwsWh/toKNZfr/xljJaJT fC4mescA/jQqOGSpddhLdM9xN1y7GjWDKqoA8RVb1EHBBNVQGnnc =4SSa -----END PGP SIGNATURE----- --=-=-=--