commit:     afcb1ee42c2bd21163a578ca707c123230b5e2b2
Author:     Horodniceanu Andrei <a.horodniceanu <AT> protonmail <DOT> com>
AuthorDate: Mon Jul 18 18:23:51 2022 +0000
Commit:     Marco Leise <marco.leise <AT> gmx <DOT> de>
CommitDate: Mon Jul 18 18:23:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=afcb1ee4

Stabilization sweep

Signed-off-by: Horodniceanu Andrei <a.horodniceanu <AT> protonmail.com>

 dev-lang/dmd/dmd-2.099.1.ebuild                 | 2 +-
 dev-lang/ldc2/ldc2-1.29.0.ebuild                | 2 +-
 dev-util/dlang-tools/dlang-tools-2.099.1.ebuild | 4 ++--
 eclass/dlang-compilers.eclass                   | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lang/dmd/dmd-2.099.1.ebuild b/dev-lang/dmd/dmd-2.099.1.ebuild
index c63e4fe..a68cc0c 100644
--- a/dev-lang/dmd/dmd-2.099.1.ebuild
+++ b/dev-lang/dmd/dmd-2.099.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 YEAR=2022
 DLANG_VERSION_RANGE="2.076-"
 

diff --git a/dev-lang/ldc2/ldc2-1.29.0.ebuild b/dev-lang/ldc2/ldc2-1.29.0.ebuild
index d5fa6fc..21c3f35 100644
--- a/dev-lang/ldc2/ldc2-1.29.0.ebuild
+++ b/dev-lang/ldc2/ldc2-1.29.0.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/${MY_P}
 
 DESCRIPTION="LLVM D Compiler"
 HOMEPAGE="https://github.com/ldc-developers/ldc";
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 LICENSE="BSD"
 SLOT="$(ver_cut 1-2)/$(ver_cut 3)"
 

diff --git a/dev-util/dlang-tools/dlang-tools-2.099.1.ebuild 
b/dev-util/dlang-tools/dlang-tools-2.099.1.ebuild
index 73cdfeb..6de79ce 100644
--- a/dev-util/dlang-tools/dlang-tools-2.099.1.ebuild
+++ b/dev-util/dlang-tools/dlang-tools-2.099.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ HOMEPAGE="http://dlang.org/";
 LICENSE="Boost-1.0"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 TOOLS="ddemangle detab dustmite rdmd"
 IUSE="+ddemangle detab dustmite +rdmd"
 REQUIRED_USE="|| ( ${TOOLS} )"

diff --git a/eclass/dlang-compilers.eclass b/eclass/dlang-compilers.eclass
index 1fa07bf..bf1090d 100644
--- a/eclass/dlang-compilers.eclass
+++ b/eclass/dlang-compilers.eclass
@@ -49,7 +49,7 @@ dlang-compilers_declare_versions() {
                ["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.099"]="2.099 x86 amd64"
        )
 
        # GDC (hppa, sparc: masked "d" USE-flag)
@@ -63,7 +63,7 @@ dlang-compilers_declare_versions() {
                ["1.26"]="2.096 amd64 ~arm ~arm64 ~ppc64 x86"
                ["1.27"]="2.097 amd64 ~arm ~arm64 ~ppc64 x86"
                ["1.28"]="2.098 amd64 ~arm ~arm64 ~ppc64 x86"
-               ["1.29"]="2.099 ~amd64 ~arm ~arm64 ~ppc64 ~x86"
+               ["1.29"]="2.099 amd64 ~arm ~arm64 ~ppc64 x86"
        )
 }
 

Reply via email to