logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: ebca96e8a3c35ba23f81d27107b90bf368ebfedf
parent 9c51f02ad67cff4b5a79b4c1eba134da517b5175
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 25 Jul 2022 01:56:48 +0200

media-sound/tenacity: python_compat bump to 3.11

Diffstat:

Mmedia-sound/tenacity/tenacity-9999.ebuild6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-sound/tenacity/tenacity-9999.ebuild b/media-sound/tenacity/tenacity-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 WX_GTK_VER="3.1" -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..11} ) inherit git-r3 cmake python-single-r1 wxwidgets xdg @@ -22,6 +22,8 @@ SLOT="0" IUSE="+midi id3tag mp3 ogg +vorbis +flac sbsms soundtouch ffmpeg +lv2 twolame +vst2 vamp" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + # vst2 dep on GTK+3[X]: https://github.com/tenacityteam/tenacity/issues/614 RDEPEND=" ${PYTHON_DEPS}