- Update to 2.66.7
- Reformat Makefile a bit according to portclippy/portfmt
Changelog: https://fossies.org/linux/glib/NEWS
Differential D28646
devel/glib20: Update to 2.66.7 otis on Feb 13 2021, 11:57 AM. Authored by Tags None Referenced Files
Subscribers
Details
Changelog: https://fossies.org/linux/glib/NEWS
Diff Detail
Event Timeline
Comment Actions Couldn't find my old PR - ever since USES= ... python, I limit to build dependency only Thanks Index: devel/glib20/Makefile =================================================================== --- devel/glib20/Makefile (revision 565220) +++ devel/glib20/Makefile (working copy) @@ -19,7 +19,7 @@ # iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo) # (wchar_t is used by glibmm, rawtherapee triggered this) USES= compiler:c11 gettext gnome iconv:wchar_t localbase:ldflags \ - meson perl5 pkgconfig python:3.6+ tar:xz + meson perl5 pkgconfig python:3.6+,build tar:xz USE_LDCONFIG= yes USE_PERL5= build USE_PYTHON= py3kplist Comment Actions You would have to properly investigate, and make sure, that nothing of glib actually requires python at runtime. And then make sure, that nothing else that got its python transitively through glib misses python when removing it here. |