diff options
author | Sam James <sam@gentoo.org> | 2023-12-05 09:14:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-05 09:14:59 +0000 |
commit | f42785edefe6064fb16064b72e68cce7e4ea3513 (patch) | |
tree | d6d5700ee573e20e017c70fdd648a0476cd6d0e4 | |
parent | uid-gid: assign UID/GID 535 to sys-power/sandmann(-bin) (diff) | |
download | api-f42785edefe6064fb16064b72e68cce7e4ea3513.tar.gz api-f42785edefe6064fb16064b72e68cce7e4ea3513.tar.bz2 api-f42785edefe6064fb16064b72e68cce7e4ea3513.zip |
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@gentoo.org>
-rw-r--r-- | files/overlays/repositories.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ -2409,6 +2409,18 @@ <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>lookatyouhacker@gmail.com</email> + <name>Shane Peelar</name> + </owner> + <source type="git">https://github.com/InBetweenNames/gentooLTO.git</source> + <source type="git">git+ssh://git@github.com/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> <homepage>http://luke.dashjr.org</homepage> |