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 AFE2B1382C5 for ; Wed, 20 May 2020 12:44:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9B75E0887; Wed, 20 May 2020 12:44:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BFB68E0887 for ; Wed, 20 May 2020 12:44:35 +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 5002734F1FF for ; Wed, 20 May 2020 12:44:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0251221E for ; Wed, 20 May 2020 12:44:33 +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: <1589978664.f417094847d1b3011d8e46d8766a7402503388b2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiroute/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qmidiroute/qmidiroute-0.4.0.ebuild X-VCS-Directories: media-sound/qmidiroute/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f417094847d1b3011d8e46d8766a7402503388b2 X-VCS-Branch: master Date: Wed, 20 May 2020 12:44:33 +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: 7abde996-cf3d-4fab-80e6-8b80dd8f3752 X-Archives-Hash: 6953cad13a3e344ca6e501212f0ab225 commit: f417094847d1b3011d8e46d8766a7402503388b2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 20 12:39:50 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 20 12:44:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4170948 media-sound/qmidiroute: EAPI-7 bump Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/qmidiroute/qmidiroute-0.4.0.ebuild | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild index 4524f98cc91..bda001fdd4c 100644 --- a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild +++ b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + inherit autotools flag-o-matic qmake-utils DESCRIPTION="QMidiRoute is a filter/router for MIDI events" @@ -13,13 +14,15 @@ SLOT="0" KEYWORDS="amd64 ~x86" IUSE="" +BDEPEND=" + dev-qt/linguist-tools:5 + virtual/pkgconfig +" RDEPEND=" - dev-qt/qtgui:5 dev-qt/qtcore:5 + dev-qt/qtgui:5 media-libs/alsa-lib" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 - virtual/pkgconfig" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${P}-drop-qtopengl.patch