aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Horodniceanu <a.horodniceanu@proton.me>2024-07-14 19:10:49 +0300
committerAndrei Horodniceanu <a.horodniceanu@proton.me>2024-07-14 19:36:03 +0300
commita6a1eab72c6dff8fabf458235967ba4971b5ccca (patch)
tree0ba2b30423a4c21ea7aee7fcc7a700a2b0c62802
parentdev-util/dscanner: enable dmd-2_109 and ldc2-1_39 (diff)
downloaddlang-a6a1eab72c6dff8fabf458235967ba4971b5ccca.tar.gz
dlang-a6a1eab72c6dff8fabf458235967ba4971b5ccca.tar.bz2
dlang-a6a1eab72c6dff8fabf458235967ba4971b5ccca.zip
dev-util/gdmd: unkeyword 11 for ppc64
Follow up the <sys-devel/gcc-12 package.mask for the ppc64le profile. This makes pkgcheck happy again. Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
-rw-r--r--dev-util/gdmd/gdmd-11.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gdmd/gdmd-11.ebuild b/dev-util/gdmd/gdmd-11.ebuild
index 8943312..ae3142e 100644
--- a/dev-util/gdmd/gdmd-11.ebuild
+++ b/dev-util/gdmd/gdmd-11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.gdcproject.org/"
LICENSE="GPL-3+"
SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~m68k ~mips ppc ~riscv ~s390 x86"
RDEPEND="sys-devel/gcc:${PV}[d]"
RELEASE="0.1.0"
SRC_URI="https://codeload.github.com/D-Programming-GDC/gdmd/tar.gz/script-${RELEASE} -> gdmd-${RELEASE}.tar.gz"