commit: f42785edefe6064fb16064b72e68cce7e4ea3513 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 5 09:14:56 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 5 09:14:59 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=f42785ed
Revert "repositories: drop lto-overlay" This reverts commit 19c03f47d593ae273b213f895f0cdce5f16b6a6d. Put it back for now so people can pick up the fixes / news item which got added later (so they're not stuck syncing some old copy of it), especially as newer Portage got stabled w/ the portageq changes. Repo had some life in it since as well. I think we may want to consider dropping it again after a grace period for people to pick up these fixes though. Bug: https://bugs.gentoo.org/916287 Signed-off-by: Sam James <sam <AT> gentoo.org> files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 932f566..b6ba093 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2408,6 +2408,18 @@ <source type="git">git+ssh://[email protected]/xen0n/loongson-overlay.git</source> <feed>https://github.com/xen0n/loongson-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>lto-overlay</name> + <description lang="en">A Portage configuration for O3, Graphite, and LTO system-wide</description> + <homepage>https://github.com/InBetweenNames/gentooLTO</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Shane Peelar</name> + </owner> + <source type="git">https://github.com/InBetweenNames/gentooLTO.git</source> + <source type="git">git+ssh://[email protected]/InBetweenNames/gentooLTO.git</source> + <feed>https://github.com/InBetweenNames/gentooLTO/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>luke-jr</name> <description>Misc ebuilds by Luke-Jr</description>
