Skip to content

Commit

Permalink
media-sound/cadence: bump PYTHON_COMPAT to py3.10, QA fixes
Browse files Browse the repository at this point in the history
Closes: #516
Signed-off-by: Adrian Schollmeyer <[email protected]>
  • Loading branch information
NexAdn committed Mar 17, 2023
1 parent 7c49b6e commit 0406a3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions media-sound/cadence/cadence-9999-r7.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=8

PYTHON_COMPAT=( python3_{6,7,8,9} )
PYTHON_COMPAT=( python3_10 )
inherit git-r3 python-single-r1 gnome2-utils

DESCRIPTION="Collection of tools useful for audio production"
Expand All @@ -13,7 +13,7 @@ KEYWORDS=""
LICENSE="GPL-2"
SLOT="0"

IUSE="-pulseaudio a2jmidid ladish opengl"
IUSE="pulseaudio a2jmidid ladish opengl"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}
Expand Down

0 comments on commit 0406a3b

Please sign in to comment.