diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2022-06-18 19:58:00 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2022-06-18 19:58:00 +0200 |
commit | abce4a46242f2644455a2612cf356b96a037b403 (patch) | |
tree | 6b5f427fb81dd4bb9bf5d4bf24ab35b1184adba2 /media-sound/cadence/cadence-9999.ebuild | |
parent | sys-apps/nvme-cli: fixed bash completion (diff) | |
download | gentoo-abce4a46242f2644455a2612cf356b96a037b403.tar.gz gentoo-abce4a46242f2644455a2612cf356b96a037b403.tar.bz2 gentoo-abce4a46242f2644455a2612cf356b96a037b403.zip |
media-sound/cadence: bump to 0.9.2, addy python 3.10 & 3.11, eapi8, updated live
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/cadence/cadence-9999.ebuild')
-rw-r--r-- | media-sound/cadence/cadence-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/cadence/cadence-9999.ebuild b/media-sound/cadence/cadence-9999.ebuild index 0100e16f1a3f..826035d06617 100644 --- a/media-sound/cadence/cadence-9999.ebuild +++ b/media-sound/cadence/cadence-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit python-single-r1 xdg desktop DESCRIPTION="Collection of tools useful for audio production" |