summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-17 20:16:22 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-17 20:16:22 +0200
commit96862ffc9a6e12fe97046b85f0d91e88b7b3e721 (patch)
tree35d5ce7317350a5ccd83333aa62c9a70dfeb12d4 /media-sound/jack2/jack2-1.9.18.ebuild
parentmedia-sound/jack: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff)
downloadgentoo-96862ffc9a6e12fe97046b85f0d91e88b7b3e721.tar.gz
gentoo-96862ffc9a6e12fe97046b85f0d91e88b7b3e721.tar.bz2
gentoo-96862ffc9a6e12fe97046b85f0d91e88b7b3e721.zip
media-sound/jack2: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/jack2/jack2-1.9.18.ebuild')
-rw-r--r--media-sound/jack2/jack2-1.9.18.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/jack2/jack2-1.9.18.ebuild b/media-sound/jack2/jack2-1.9.18.ebuild
index 0e31dae3a2bf..a5ee5eea6fa7 100644
--- a/media-sound/jack2/jack2-1.9.18.ebuild
+++ b/media-sound/jack2/jack2-1.9.18.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
PYTHON_REQ_USE="threads(+)"
inherit python-single-r1 waf-utils multilib-minimal
@@ -48,7 +48,7 @@ DEPEND="${PYTHON_DEPS}
RDEPEND="${DEPEND}
dbus? (
$(python_gen_cond_dep '
- dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+ dev-python/dbus-python[${PYTHON_USEDEP}]
')
)
pam? ( sys-auth/realtime-base )