commit: 150d2fd6058fbeb73487a7eefc3a9146de1fb2ff Author: Alex Aralis <alex.aralis <AT> gmail <DOT> com> AuthorDate: Tue Aug 25 22:38:25 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Sep 3 06:37:52 2020 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=150d2fd6
repositories: Add yuzu-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/296 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index c1f5e56..087e6ce 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -5372,6 +5372,19 @@ <source type="git">[email protected]:yurijmikhalevich/yurij-overlay.git</source> <feed>https://github.com/yurijmikhalevich/yurij-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>yuzu-overlay</name> + <description lang="en">Provides the Yuzu Switch Emulator and required dependencies.</description> + <homepage>https://github.com/Alex-Aralis/yuzu-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Alex Aralis</name> + </owner> + <source type="git">https://github.com/Alex-Aralis/yuzu-overlay.git</source> + <source type="git">git://github.com/Alex-Aralis/yuzu-overlay.git</source> + <source type="git">[email protected]:Alex-Aralis/yuzu-overlay.git</source> + <feed>https://github.com/Alex-Aralis/yuzu-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>zerodaysfordays</name> <description>Jakob L. Kreuze's personal overlay.</description>
