summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-12-25 17:36:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-25 17:36:42 +0100
commit22f8d662446d1b3236157201c2d23629eb5e5e5e (patch)
tree2dc3ec7924ffb2ba95850f4c9d112d8b55a2b90a /media-sound/jalv
parentx11-misc/urxvtconfig: EAPI-7 bump (diff)
downloadgentoo-22f8d662446d1b3236157201c2d23629eb5e5e5e.tar.gz
gentoo-22f8d662446d1b3236157201c2d23629eb5e5e5e.tar.bz2
gentoo-22f8d662446d1b3236157201c2d23629eb5e5e5e.zip
media-sound/jalv: EAPI-7, python3_9
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/jalv')
-rw-r--r--media-sound/jalv/jalv-1.6.4.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/media-sound/jalv/jalv-1.6.4.ebuild b/media-sound/jalv/jalv-1.6.4.ebuild
index 1a2a254f6300..d162740d5e99 100644
--- a/media-sound/jalv/jalv-1.6.4.ebuild
+++ b/media-sound/jalv/jalv-1.6.4.ebuild
@@ -1,11 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
PYTHON_REQ_USE='threads(+)'
-
inherit python-any-r1 qmake-utils waf-utils
DESCRIPTION="Simple but fully featured LV2 host for Jack"
@@ -35,15 +34,14 @@ RDEPEND="
dev-qt/qtwidgets:5
)
"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
${PYTHON_DEPS}
virtual/pkgconfig"
DOCS=( AUTHORS NEWS README.md )
-PATCHES=(
- "${FILESDIR}/${P}-qt-5.7.0.patch"
-)
+PATCHES=( "${FILESDIR}/${P}-qt-5.7.0.patch" )
src_configure() {
use qt5 && export PATH="$(qt5_get_bindir):${PATH}"