summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2023-06-26 15:51:44 +0000
committerJames Le Cuirot <chewi@gentoo.org>2023-06-26 23:20:56 +0100
commit68a23a753439ef5439a5ff847de84b0601b47df0 (patch)
tree4783913580d3f49012b0fe85e5296dd96ec57e1a /sys-libs/musl
parentwww-client/firefox: fix linking of 114 on ppc64 (diff)
downloadgentoo-68a23a753439ef5439a5ff847de84b0601b47df0.tar.gz
gentoo-68a23a753439ef5439a5ff847de84b0601b47df0.tar.bz2
gentoo-68a23a753439ef5439a5ff847de84b0601b47df0.zip
profiles: Add m68k musl profile support
sys-libs/musl: m68k keywording After testing this profile and musl support has been working on my m68k system so is ready for review. I've added sys-libs/musl keywording at the same time as per the bug request. This includes the suggested profile changes by Chewi and Matoro for a cleaner profile. Closes: https://bugs.gentoo.org/909040 Signed-off-by: Ian Jordan <immoloism@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31604 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'sys-libs/musl')
-rw-r--r--sys-libs/musl/musl-1.2.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/musl/musl-1.2.4.ebuild b/sys-libs/musl/musl-1.2.4.ebuild
index 708674beb55e..a0653436a844 100644
--- a/sys-libs/musl/musl-1.2.4.ebuild
+++ b/sys-libs/musl/musl-1.2.4.ebuild
@@ -13,7 +13,7 @@ else
SRC_URI="https://musl.libc.org/releases/${P}.tar.gz"
SRC_URI+=" verify-sig? ( https://musl.libc.org/releases/${P}.tar.gz.asc )"
- KEYWORDS="-* ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86"
+ KEYWORDS="-* ~amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~x86"
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-musl )"
fi