media-sound/jack_mixer-17: fix build with python 3.11
commit1ac7bb43df2068e2fe719bdcfdb605ed87c7a379
authorNedko Arnaudov <nedko@nedk.org>
Tue, 2 May 2023 15:36:03 +0000 (2 18:36 +0300)
committerNedko Arnaudov <nedko@nedk.org>
Tue, 2 May 2023 15:38:58 +0000 (2 18:38 +0300)
tree9f3746895aab74e591d934963bb7e791f26bf4d0
parent4cbcb9ca2e6f1324f7a886e47e0add72a9027c17
media-sound/jack_mixer-17: fix build with python 3.11

../jack_mixer-17/src/_jack_mixer.c:198:12: fatal error: longintrepr.h: No such file or directory
  198 |   #include longintrepr.h
      |            ^~~~~~~~~~~~~~~
compilation terminated.

See also: https://github.com/cython/cython/issues/4461

By not using tarball, src/_jack_mixer.c is always generated with proper version of cython
media-sound/jack_mixer/jack_mixer-17.ebuild