diff options
Diffstat (limited to 'media-sound/ardour')
-rw-r--r-- | media-sound/ardour/ardour-6.9-r2.ebuild | 6 | ||||
-rw-r--r-- | media-sound/ardour/ardour-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/ardour/ardour-6.9-r2.ebuild b/media-sound/ardour/ardour-6.9-r2.ebuild index d25d23fb3095..21e7af85210c 100644 --- a/media-sound/ardour/ardour-6.9-r2.ebuild +++ b/media-sound/ardour/ardour-6.9-r2.ebuild @@ -2,10 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE='threads(+)' PLOCALES="cs de el en_GB es eu fr it ja nn pl pt pt_PT ru sv zh" -inherit eutils toolchain-funcs flag-o-matic plocale python-any-r1 waf-utils desktop xdg +inherit toolchain-funcs flag-o-matic plocale python-any-r1 waf-utils desktop xdg DESCRIPTION="Digital Audio Workstation" HOMEPAGE="https://ardour.org/" @@ -58,7 +58,7 @@ RDEPEND=" media-libs/lilv media-libs/sratom dev-libs/sord - media-libs/suil[gtk] + || ( >=media-libs/suil-0.10.16-r1[gtk2] <media-libs/suil-0.10.16-r1[gtk] ) media-libs/lv2" # !bundled-libs? ( media-sound/fluidsynth ) at least libltc is missing to be able to unbundle... diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild index 19e5493895f8..6b4cd2f9e9be 100644 --- a/media-sound/ardour/ardour-9999.ebuild +++ b/media-sound/ardour/ardour-9999.ebuild @@ -2,10 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE='threads(+)' PLOCALES="cs de el en_GB es eu fr it ja nn pl pt pt_PT ru sv zh" -inherit eutils toolchain-funcs flag-o-matic plocale python-any-r1 waf-utils desktop xdg +inherit toolchain-funcs flag-o-matic plocale python-any-r1 waf-utils desktop xdg DESCRIPTION="Digital Audio Workstation" HOMEPAGE="https://ardour.org/" @@ -58,7 +58,7 @@ RDEPEND=" media-libs/lilv media-libs/sratom dev-libs/sord - media-libs/suil[gtk] + || ( >=media-libs/suil-0.10.16-r1[gtk2] <media-libs/suil-0.10.16-r1[gtk] ) media-libs/lv2" # !bundled-libs? ( media-sound/fluidsynth ) at least libltc is missing to be able to unbundle... |