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 C2979158020 for ; Thu, 13 Oct 2022 15:56:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5C0FE089C; Thu, 13 Oct 2022 15:56:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 CCF47E089C for ; Thu, 13 Oct 2022 15:56:22 +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 C05DC3409C8 for ; Thu, 13 Oct 2022 15:56:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 225625F1 for ; Thu, 13 Oct 2022 15:56:20 +0000 (UTC) From: "Marco Leise" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marco Leise" Message-ID: <1665331006.655270085d33b7b3b166df4d5ef5086121cab380.mleise@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: eclass/, profiles/ X-VCS-Repository: repo/user/dlang X-VCS-Files: eclass/dlang-compilers.eclass profiles/use.desc X-VCS-Directories: profiles/ eclass/ X-VCS-Committer: mleise X-VCS-Committer-Name: Marco Leise X-VCS-Revision: 655270085d33b7b3b166df4d5ef5086121cab380 X-VCS-Branch: master Date: Thu, 13 Oct 2022 15:56:20 +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: 031486db-7df5-4f7f-a5cb-31585ff830d5 X-Archives-Hash: 6b5e818a18e65b15244a3c743fe4ce5a commit: 655270085d33b7b3b166df4d5ef5086121cab380 Author: Horodniceanu Andrei protonmail com> AuthorDate: Sun Oct 9 15:56:46 2022 +0000 Commit: Marco Leise gmx de> CommitDate: Sun Oct 9 15:56:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=65527008 Fix dlang-compilers.eclass keyword mismatch, remove obsolete dmd-2_063 reference. Signed-off-by: Horodniceanu Andrei protonmail.com> eclass/dlang-compilers.eclass | 6 +++--- profiles/use.desc | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/eclass/dlang-compilers.eclass b/eclass/dlang-compilers.eclass index 7ae7285..a872872 100644 --- a/eclass/dlang-compilers.eclass +++ b/eclass/dlang-compilers.eclass @@ -47,9 +47,9 @@ dlang-compilers_declare_versions() { ["2.094"]="2.094 x86 amd64" ["2.095"]="2.095 x86 amd64" ["2.096"]="2.096 x86 amd64" - ["2.097"]="2.097 ~x86 ~amd64" - ["2.098"]="2.098 ~x86 ~amd64" - ["2.099"]="2.099 ~x86 ~amd64" + ["2.097"]="2.097 x86 amd64" + ["2.098"]="2.098 x86 amd64" + ["2.099"]="2.099 x86 amd64" ) # GDC (hppa, sparc: masked "d" USE-flag) diff --git a/profiles/use.desc b/profiles/use.desc index d9c78c3..f8d195d 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,4 +1,3 @@ -dmd-2_063 - Build for DMD 2.063 dmd-2_064 - Build for DMD 2.064 dmd-2_065 - Build for DMD 2.065 dmd-2_066 - Build for DMD 2.066