diff options
author | Sam James <sam@gentoo.org> | 2024-10-04 07:07:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-04 07:07:35 +0100 |
commit | 1d264aed2ac0e50f9701de81d32a25906bf21b22 (patch) | |
tree | 686f02a4e1d1a81019432689bc5b2371e34679f7 /sys-devel | |
parent | sys-devel/mold: add 2.34.0 (diff) | |
download | gentoo-1d264aed2ac0e50f9701de81d32a25906bf21b22.tar.gz gentoo-1d264aed2ac0e50f9701de81d32a25906bf21b22.tar.bz2 gentoo-1d264aed2ac0e50f9701de81d32a25906bf21b22.zip |
sys-devel/mold: mark -alpha for >=2.34.0
See https://github.com/gentoo/gentoo/pull/38786#issuecomment-2379507657.
Bug: https://bugs.gentoo.org/917271
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/mold/mold-2.34.0.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/mold/mold-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys-devel/mold/mold-2.34.0.ebuild b/sys-devel/mold/mold-2.34.0.ebuild index 53b3beaf330c..456f654912e4 100644 --- a/sys-devel/mold/mold-2.34.0.ebuild +++ b/sys-devel/mold/mold-2.34.0.ebuild @@ -12,7 +12,8 @@ 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 ~ppc ~riscv ~sparc ~x86" + # -alpha: https://github.com/rui314/mold/commit/3711ddb95e23c12991f6b8c7bfeba4f1421d19d4 + KEYWORDS="-alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~riscv ~sparc ~x86" fi # mold (MIT) diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild index 53b3beaf330c..456f654912e4 100644 --- a/sys-devel/mold/mold-9999.ebuild +++ b/sys-devel/mold/mold-9999.ebuild @@ -12,7 +12,8 @@ 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 ~ppc ~riscv ~sparc ~x86" + # -alpha: https://github.com/rui314/mold/commit/3711ddb95e23c12991f6b8c7bfeba4f1421d19d4 + KEYWORDS="-alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~riscv ~sparc ~x86" fi # mold (MIT) |