commit:     118781d0346e695903064f76e6a17c4fa50c8074
Author:     Marco Leise <marco.leise <AT> gmx <DOT> de>
AuthorDate: Mon Jul 25 11:11:40 2022 +0000
Commit:     Marco Leise <marco.leise <AT> gmx <DOT> de>
CommitDate: Mon Jul 25 11:11:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=118781d0

fixed KEYWORDS on ldc2-1.29

Signed-off-by: Marco Leise <marco.leise <AT> gmx.de>

 dev-lang/ldc2/ldc2-1.29.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/ldc2/ldc2-1.29.0-r1.ebuild 
b/dev-lang/ldc2/ldc2-1.29.0-r1.ebuild
index 1880f4d..be9d229 100644
--- a/dev-lang/ldc2/ldc2-1.29.0-r1.ebuild
+++ b/dev-lang/ldc2/ldc2-1.29.0-r1.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)"
 

Reply via email to