Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jalv/
Date: Fri, 25 Dec 2020 16:36:53
Message-Id: 1608914202.22f8d662446d1b3236157201c2d23629eb5e5e5e.asturm@gentoo
1 commit: 22f8d662446d1b3236157201c2d23629eb5e5e5e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 16:36:42 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 16:36:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f8d662
7
8 media-sound/jalv: EAPI-7, python3_9
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/jalv/jalv-1.6.4.ebuild | 12 +++++-------
14 1 file changed, 5 insertions(+), 7 deletions(-)
15
16 diff --git a/media-sound/jalv/jalv-1.6.4.ebuild b/media-sound/jalv/jalv-1.6.4.ebuild
17 index 1a2a254f630..d162740d5e9 100644
18 --- a/media-sound/jalv/jalv-1.6.4.ebuild
19 +++ b/media-sound/jalv/jalv-1.6.4.ebuild
20 @@ -1,11 +1,10 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 -PYTHON_COMPAT=( python3_{6,7,8} )
28 +PYTHON_COMPAT=( python3_{6,7,8,9} )
29 PYTHON_REQ_USE='threads(+)'
30 -
31 inherit python-any-r1 qmake-utils waf-utils
32
33 DESCRIPTION="Simple but fully featured LV2 host for Jack"
34 @@ -35,15 +34,14 @@ RDEPEND="
35 dev-qt/qtwidgets:5
36 )
37 "
38 -DEPEND="${RDEPEND}
39 +DEPEND="${RDEPEND}"
40 +BDEPEND="
41 ${PYTHON_DEPS}
42 virtual/pkgconfig"
43
44 DOCS=( AUTHORS NEWS README.md )
45
46 -PATCHES=(
47 - "${FILESDIR}/${P}-qt-5.7.0.patch"
48 -)
49 +PATCHES=( "${FILESDIR}/${P}-qt-5.7.0.patch" )
50
51 src_configure() {
52 use qt5 && export PATH="$(qt5_get_bindir):${PATH}"