commit: 6108161b5be271ba462444394fcca298126e0960
Author: Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Sun Feb 4 13:06:16 2024 +0000
Commit: Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Sun Feb 4 13:06:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=6108161b
dev-lang/dmd: stabilize 2.106.1 for amd64, x86
Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>
dev-lang/dmd/dmd-2.106.1.ebuild | 2 +-
eclass/dlang-compilers.eclass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/dmd/dmd-2.106.1.ebuild b/dev-lang/dmd/dmd-2.106.1.ebuild
index 01ac05b..fee0669 100644
--- a/dev-lang/dmd/dmd-2.106.1.ebuild
+++ b/dev-lang/dmd/dmd-2.106.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
YEAR=2024
DLANG_VERSION_RANGE="2.100-2.106"
diff --git a/eclass/dlang-compilers.eclass b/eclass/dlang-compilers.eclass
index 4c35ef4..cfe18f8 100644
--- a/eclass/dlang-compilers.eclass
+++ b/eclass/dlang-compilers.eclass
@@ -29,7 +29,7 @@ dlang-compilers_declare_versions() {
["2.103"]="2.103 x86 amd64"
["2.104"]="2.104 x86 amd64"
["2.105"]="2.105 x86 amd64"
- ["2.106"]="2.106 ~x86 ~amd64"
+ ["2.106"]="2.106 x86 amd64"
)
# GDC (hppa, sparc: masked "d" USE-flag)