From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB0771382C5 for ; Fri, 25 Dec 2020 16:36:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24BDCE0B9F; Fri, 25 Dec 2020 16:36:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B7AEE0B9F for ; Fri, 25 Dec 2020 16:36:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 089AD341A40 for ; Fri, 25 Dec 2020 16:36:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8125FB8 for ; Fri, 25 Dec 2020 16:36:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1608914202.22f8d662446d1b3236157201c2d23629eb5e5e5e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jalv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jalv/jalv-1.6.4.ebuild X-VCS-Directories: media-sound/jalv/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 22f8d662446d1b3236157201c2d23629eb5e5e5e X-VCS-Branch: master Date: Fri, 25 Dec 2020 16:36:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a5b34176-ba74-4a8f-a06f-3870d0c2c466 X-Archives-Hash: 3ba00c738e0c123eaa26c0dfd17c8cf2 commit: 22f8d662446d1b3236157201c2d23629eb5e5e5e Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 25 16:36:42 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 25 16:36:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f8d662 media-sound/jalv: EAPI-7, python3_9 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/jalv/jalv-1.6.4.ebuild | 12 +++++------- 1 file 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 1a2a254f630..d162740d5e9 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}"