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 B418F158041 for ; Wed, 13 Mar 2024 21:29:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1FADE29D3; Wed, 13 Mar 2024 21:29:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B49EDE29D3 for ; Wed, 13 Mar 2024 21:29:13 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0F16340441 for ; Wed, 13 Mar 2024 21:29:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB5CD151C for ; Wed, 13 Mar 2024 21:29:09 +0000 (UTC) From: "Horodniceanu Andrei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horodniceanu Andrei" Message-ID: <1710365176.429d6ccc4110362720d455d36d7779975b70177a.a.horodniceanu@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: dev-lang/ldc2/ X-VCS-Repository: repo/user/dlang X-VCS-Files: dev-lang/ldc2/ldc2-1.35.0-r2.ebuild X-VCS-Directories: dev-lang/ldc2/ X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: 429d6ccc4110362720d455d36d7779975b70177a X-VCS-Branch: master Date: Wed, 13 Mar 2024 21:29:09 +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: 560860e1-bc79-4880-8ffe-9014242885e9 X-Archives-Hash: 71601008af79e5107c07f369510635fb commit: 429d6ccc4110362720d455d36d7779975b70177a Author: Andrei Horodniceanu proton me> AuthorDate: Wed Mar 13 21:26:16 2024 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Wed Mar 13 21:26:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=429d6ccc dev-lang/ldc2: stabilize 1.35.0-r2 for amd64, x86 Signed-off-by: Andrei Horodniceanu proton.me> dev-lang/ldc2/ldc2-1.35.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/ldc2/ldc2-1.35.0-r2.ebuild b/dev-lang/ldc2/ldc2-1.35.0-r2.ebuild index ae28b6e..aa6edf1 100644 --- a/dev-lang/ldc2/ldc2-1.35.0-r2.ebuild +++ b/dev-lang/ldc2/ldc2-1.35.0-r2.ebuild @@ -12,7 +12,7 @@ S=${WORKDIR}/${MY_P} DESCRIPTION="LLVM D Compiler" HOMEPAGE="https://github.com/ldc-developers/ldc" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" LICENSE="BSD" SLOT="$(ver_cut 1-2)/$(ver_cut 3)"