commit: d00d68798f147a4d1d5df32b32262370bcc59eaa Author: Matthias Räncker <theonetruecamper <AT> gmx <DOT> de> AuthorDate: Mon Sep 10 18:17:23 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Sep 11 08:01:37 2018 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=d00d6879
repositories: Add gnux32 Closes: https://github.com/gentoo/api-gentoo-org/pull/158 files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index ee33ce8..de744bd 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2060,6 +2060,18 @@ <feed>https://cgit.gentoo.org/proj/gnustep.git/atom/</feed> <!-- <feed>https://cgit.gentoo.org/proj/gnustep.git/rss/</feed> --> </repo> + <repo quality="experimental" status="unofficial"> + <name>gnux32</name> + <description lang="en">A personal overlay with ebuilds for the x32 ABI</description> + <homepage>https://github.com/1camper/gnux32</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Matthias Räncker</name> + </owner> + <source type="git">https://github.com/1camper/gnux32.git</source> + <source type="git">git://github.com/1camper/gnux32.git</source> + <feed>https://github.com/1camper/gnux32/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>go-overlay</name> <description lang="en">Golang related ebuilds</description>
