From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fzOOC-0001XT-3R for guix-patches@gnu.org; Mon, 10 Sep 2018 11:46:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fzOO8-00018j-Mn for guix-patches@gnu.org; Mon, 10 Sep 2018 11:46:11 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59613) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fzOO2-0000qO-HO for guix-patches@gnu.org; Mon, 10 Sep 2018 11:46:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fzOO2-0000mp-Du for guix-patches@gnu.org; Mon, 10 Sep 2018 11:46:02 -0400 Subject: bug#32286: [PATCH] Updating ldc to 1.10.0 Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180727034806.vbjuiawcpyelohm5@thebird.nl> <20180909155742.15533-1-pjotr.public12@thebird.nl> Date: Mon, 10 Sep 2018 17:45:13 +0200 In-Reply-To: <20180909155742.15533-1-pjotr.public12@thebird.nl> (Pjotr Prins's message of "Sun, 9 Sep 2018 17:57:42 +0200") Message-ID: <87d0tle4qe.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pjotr Prins Cc: 32286-done@debbugs.gnu.org Pjotr Prins skribis: > * gnu/packages/ldc.scm (ldc): Update ldc to 1.10.0 and have it compil= e with latest llvm. Applied with minor tweaks (notably adjusting gnu/local.mk) and an adjusted commit log. Thank you! Ludo=E2=80=99.