commit: 447e33790268cd706cb0bb4230ade3e37cc4a83a Author: François Bissey <frp.bissey <AT> gmail <DOT> com> AuthorDate: Tue Sep 26 06:37:23 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Oct 4 09:45:25 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=447e3379
Re-enable sage-on-gentoo repo Closes: https://github.com/gentoo/api-gentoo-org/pull/626 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> files/overlays/repositories.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index ec61a82..2dd76a0 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3502,7 +3502,7 @@ <source type="git">[email protected]:bekcpear/ryans-repos.git</source> <feed>https://github.com/bekcpear/ryans-repos/commits/main.atom</feed> </repo> - <!-- <repo quality="experimental" status="unofficial"> + <repo quality="experimental" status="unofficial"> <name>sage-on-gentoo</name> <description>Split ebuilds for the Sage computer algebra system</description> <homepage>https://github.com/cschwan/sage-on-gentoo</homepage> @@ -3513,7 +3513,7 @@ <source type="git">https://github.com/cschwan/sage-on-gentoo.git</source> <source type="git">git+ssh://[email protected]/cschwan/sage-on-gentoo.git</source> <feed>https://github.com/cschwan/sage-on-gentoo/commits/master.atom</feed> - </repo> --> + </repo> <repo quality="experimental" status="unofficial"> <name>salfter</name> <description lang="en">Scott Alfter's ebuilds</description>
