commit: f57991ea96bcf319948eca64a1ccf5711b0625c5 Author: Violet Purcell <vimproved <AT> inventati <DOT> org> AuthorDate: Sat Jul 26 18:36:11 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 26 18:39:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57991ea
sys-apps/musl-locales: fix installation When the env.d file was added, cmake_src_install was not included in the new src_install function, so musl-locales was not actually getting installed. This fixes that. Signed-off-by: Violet Purcell <vimproved <AT> inventati.org> Part-of: https://github.com/gentoo/gentoo/pull/43173 Closes: https://github.com/gentoo/gentoo/pull/43173 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{musl-locales-0.1.0-r1.ebuild => musl-locales-0.1.0-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/musl-locales/musl-locales-0.1.0-r1.ebuild b/sys-apps/musl-locales/musl-locales-0.1.0-r2.ebuild similarity index 97% rename from sys-apps/musl-locales/musl-locales-0.1.0-r1.ebuild rename to sys-apps/musl-locales/musl-locales-0.1.0-r2.ebuild index da372bee3876..4e1e757312e3 100644 --- a/sys-apps/musl-locales/musl-locales-0.1.0-r1.ebuild +++ b/sys-apps/musl-locales/musl-locales-0.1.0-r2.ebuild @@ -23,6 +23,7 @@ src_configure() { } src_install() { + cmake_src_install echo "MUSL_LOCPATH=\"/usr/share/i18n/locales/musl\"" | newenvd - 00locale }
