commit: 88d8cd1263a3ec1cee9fb9e37ae47d7473ffe9a3 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Mon Dec 11 12:18:30 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Mon Dec 11 12:18:50 2017 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=88d8cd12
repositories: add muslx32 Closes: https://bugs.gentoo.org/601258 files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index fe76067..305c722 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2973,6 +2973,18 @@ FIN <feed>https://github.com/karlguy/musl-clang/commits/master.atom</feed> </repo> <repo quality="experimental" status="unofficial"> + <name>muslx32</name> + <description lang="en">muslx32 (musl libc + x32 ABI) developers overlay</description> + <homepage>https://github.com/orsonteodoro/muslx32</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Orson Teodoro</name> + </owner> + <source type="git">https://github.com/orsonteodoro/muslx32.git</source> + <source type="git">git+ssh://[email protected]/orsonteodoro/muslx32.git</source> + <feed>https://github.com/orsonteodoro/muslx32/commits/master.atom</feed> + </repo> + <repo quality="experimental" status="unofficial"> <name>mv</name> <description>Ebuilds for packages not in the Gentoo tree (lack of maintainer or too experimental) and live ebuilds
