summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-06-25 05:39:13 +0100
committerSam James <sam@gentoo.org>2024-06-25 05:39:13 +0100
commiteb8e1224a217a945d51a4d4622449054a8ceb40a (patch)
treefb849cfc7c82ab899537b54638b94e6d336b462e /sys-devel
parentwww-servers/lighttpd: Stabilize 1.4.76 ppc, #934864 (diff)
downloadgentoo-eb8e1224a217a945d51a4d4622449054a8ceb40a.tar.gz
gentoo-eb8e1224a217a945d51a4d4622449054a8ceb40a.tar.bz2
gentoo-eb8e1224a217a945d51a4d4622449054a8ceb40a.zip
sys-devel/mold: Stabilize 2.31.0 amd64, #934865
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/mold/mold-2.31.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/mold/mold-2.31.0.ebuild b/sys-devel/mold/mold-2.31.0.ebuild
index 066b8e9902c7..7b109302a083 100644
--- a/sys-devel/mold/mold-2.31.0.ebuild
+++ b/sys-devel/mold/mold-2.31.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/rui314/mold/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~sparc ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~sparc ~x86"
fi
# mold (MIT)