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 6E55F158041 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 C5143E29D1; 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 73093E29C9 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 9B96B33BF3B 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 D8D33151B 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: <1710365140.1c137bd73ba830f0b4552b1a5d7f2a896c3a6946.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.34.0-r1.ebuild X-VCS-Directories: dev-lang/ldc2/ X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: 1c137bd73ba830f0b4552b1a5d7f2a896c3a6946 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: ddbc63f7-e349-455f-b84b-8625d2adfc97 X-Archives-Hash: 49bf9bd98f0147f43165d5318ea7c061 commit: 1c137bd73ba830f0b4552b1a5d7f2a896c3a6946 Author: Andrei Horodniceanu proton me> AuthorDate: Wed Mar 13 21:25:40 2024 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Wed Mar 13 21:25:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=1c137bd7 dev-lang/ldc2: stabilize 1.34.0-r1 for amd64, x86 Signed-off-by: Andrei Horodniceanu proton.me> dev-lang/ldc2/ldc2-1.34.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/ldc2/ldc2-1.34.0-r1.ebuild b/dev-lang/ldc2/ldc2-1.34.0-r1.ebuild index 975b209..fdbd364 100644 --- a/dev-lang/ldc2/ldc2-1.34.0-r1.ebuild +++ b/dev-lang/ldc2/ldc2-1.34.0-r1.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)"