commit: 91fb20b5532ac86a93a6c7287185b7209dac95c8 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat May 11 07:02:22 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat May 11 07:02:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91fb20b5
dev-go/*: last-rite EAPI=6 Go libraries Bug: https://bugs.gentoo.org/931725 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> profiles/package.mask | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index c8e8be88e645..308194105ffa 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,16 @@ #--- END OF EXAMPLES --- +# Arthur Zamarin <[email protected]> (2024-05-11) +# EAPI=6, library only without any reverse dependencies, uses +# deprecated go eclasses. +# Removal: 2024-06-10. Bug #931725. +dev-go/fuzzy +dev-go/go-bindata-assetfs +dev-go/godebug-pretty +dev-go/goversion +dev-go/sanitized-anchor-name + # Eli Schwartz <[email protected]> (2024-05-08) # Fails to configure with GCC 14, fails to install with older # gcc, unmaintained, upstream website vanished.
