diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-25 17:36:42 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-25 17:36:42 +0100 |
commit | 22f8d662446d1b3236157201c2d23629eb5e5e5e (patch) | |
tree | 2dc3ec7924ffb2ba95850f4c9d112d8b55a2b90a | |
parent | x11-misc/urxvtconfig: EAPI-7 bump (diff) | |
download | gentoo-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>
-rw-r--r-- | media-sound/jalv/jalv-1.6.4.ebuild | 12 |
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}" |