diff options
author | Sam James <sam@gentoo.org> | 2024-06-25 05:39:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-25 05:39:13 +0100 |
commit | eb8e1224a217a945d51a4d4622449054a8ceb40a (patch) | |
tree | fb849cfc7c82ab899537b54638b94e6d336b462e /sys-devel | |
parent | www-servers/lighttpd: Stabilize 1.4.76 ppc, #934864 (diff) | |
download | gentoo-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.ebuild | 2 |
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) |