commit: 43bef98b6d62d7a743a6d51ef48700e68d0b4b98 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Thu Dec 10 12:22:47 2020 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Thu Dec 10 12:23:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43bef98b
profiles/prefix/darwin/macos: fix invalid atom Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/darwin/macos/package.use.force | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/prefix/darwin/macos/package.use.force b/profiles/prefix/darwin/macos/package.use.force index 3faf74b254e..4b4798eb7ee 100644 --- a/profiles/prefix/darwin/macos/package.use.force +++ b/profiles/prefix/darwin/macos/package.use.force @@ -5,7 +5,7 @@ # Fails to compile without nls during link with undefined symbol for # _gl_get_setlocale_null_lock, related, but causing other issues: # https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=24276d89d7c30abb460e786497fe7d50605bcdf7 -~sys-devel/gettext-0.21* nls +~sys-devel/gettext-0.21 nls # Fabian Groffen <[email protected]> (2020-06-08) # Do NOT enable tinfo, it breaks ANYTHING existing, and it also breaks
