diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2022-09-18 15:34:02 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2022-09-18 15:34:28 +0200 |
commit | b92a8a2f9a01b5ca49218444ab133e887c7ccfec (patch) | |
tree | cf7928c2b6b8db01b4d9153527b07437442bd0f3 /media-sound/ardour | |
parent | media-libs/suil: improvements to 0.10.16 (diff) | |
download | gentoo-b92a8a2f9a01b5ca49218444ab133e887c7ccfec.tar.gz gentoo-b92a8a2f9a01b5ca49218444ab133e887c7ccfec.tar.bz2 gentoo-b92a8a2f9a01b5ca49218444ab133e887c7ccfec.zip |
media-sound/ardour: updated python versions, dropped eutils.eclass, updated to changes in media-libs/suil
Bug: https://bugs.gentoo.org/863614
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
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... |