My own musl overlay for gentoo in addition to the official one.
Here I place ebuilds that I use but that aren't accepted by gentoo package maintainers. Use at Your own risk – i cannot test ebuilds against all use flag combinations or architectures.
DEPRECATION WARNING (2019-05-04): As I have switched from Gentoo to NixOS, this is no longer maintained, and won't probably be in the near future.
You can either install the overlay via the repos.conf method or use layman.
Put a file like this in /etc/portage/repos.conf/jorsn-musl.conf
:
[jorsn-musl]
location = <some-path>/jorsn-musl
sync-type = git
sync-uri = https://github.com/jorsn/jorsn-gentoo-musl.git
auto-sync = yes
Then, sync your portage tree:
$ emaint sync -r jorsn-musl
Then, add the overlay to layman and sync:
$ layman -o https://raw.githubusercontent.com/jorsn/jorsn-gentoo-musl/master/jorsn-musl.xml -f -a jorsn-musl
$ emaint sync -r jorsn-musl