gentoo-audio / audio-overlay

Gentoo overlay for music production
https://gentoo-audio.github.io/audio-overlay
GNU General Public License v2.0
41 stars 22 forks source link

x11-libs/ntk: fix invalid libdir in .pc files, enable py3.10, disable py3.8 #527

Closed NexAdn closed 1 year ago

NexAdn commented 1 year ago

The first fix addresses an issue with invalid library search paths in the .pc files causing build issues on multilib systems.

The second fix is unrelated and just bumps PYTHON_COMPAT to py3.10 while at it, since py3.8 and py3.9 are in the process of being phased out in ::gentoo.

Closes #526