commit: 8b7593b86d2d4e01e5443e338060b71bd1c6bd13
Author: Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Sun Feb 4 13:01:23 2024 +0000
Commit: Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Sun Feb 4 13:01:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=8b7593b8
dev-lang/dmd: stabilize 2.105.3 for amd64, x86
Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>
dev-lang/dmd/dmd-2.105.3.ebuild | 4 ++--
eclass/dlang-compilers.eclass | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-lang/dmd/dmd-2.105.3.ebuild b/dev-lang/dmd/dmd-2.105.3.ebuild
index 8f34439..b3de0e7 100644
--- a/dev-lang/dmd/dmd-2.105.3.ebuild
+++ b/dev-lang/dmd/dmd-2.105.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
YEAR=2023
DLANG_VERSION_RANGE="2.076-2.080 2.082 2.084-2.105"
diff --git a/eclass/dlang-compilers.eclass b/eclass/dlang-compilers.eclass
index 73155e2..4c35ef4 100644
--- a/eclass/dlang-compilers.eclass
+++ b/eclass/dlang-compilers.eclass
@@ -28,7 +28,7 @@ dlang-compilers_declare_versions() {
["2.102"]="2.102 x86 amd64"
["2.103"]="2.103 x86 amd64"
["2.104"]="2.104 x86 amd64"
- ["2.105"]="2.105 ~x86 ~amd64"
+ ["2.105"]="2.105 x86 amd64"
["2.106"]="2.106 ~x86 ~amd64"
)